Changes between Initial Version and Version 1 of Ticket #496


Ignore:
Timestamp:
Nov 19, 2007, 3:54:58 PM (16 years ago)
Author:
Nicolas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #496

    • Property Keywords translation added
    • Property Summary changed from forum.inc broken to forum.inc doesn't translate "Private Messages"
  • Ticket #496 – Description

    initial v1  
    11In [14259]
    2 
     2{{{
    33echo "<p>Private messages: ", pm_notification($user);
    4 
     4}}}
    55should be
    6 
     6{{{
    77echo "<p>" . tra("Private messages") . ": ", pm_notification($user);
    8 
     8}}}
    99to show the "Private Messages" part in languages other than English.