Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-16524

[Tip a Friend] Translation mistake in kernel/content/tipafriend.php

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.4.0beta2
    • 4.2.0, 4.3.0beta2
    • None
    • Operating System: LAMP
      PHP Version: 5.2.x
      Database and version:
      Browser (and version):

    Description

      Hi,

      It seems that there is an untranslatable sentence in kernel/content/tipafriend.php at line 123

      $error_strings[] = ezi18n( 'kernel/content', "You have already sent a tipafriend mail to this reciver regarding '$nodeName' content" );

      It should be replaced by

      $error_strings[] = ezi18n( 'kernel/content', "You have already sent a tipafriend mail to this reciever regarding %1 content",null, array($nodeName ));

      and in the translation.ts :

      <source>You have already sent a tipafriend mail to this reciever regarding &apos;$nodeName&apos; content</source>

      by

      <source>You have already sent a tipafriend mail to this reciever regarding %1 content</source>

      Regards
      ++

      Attachments

        Activity

          People

            ls ls
            2bfcc1b1-0b8e-4fb5-9c24-c434957abb69@accounts.ibexa.co Sébastien Morel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: