Changes between Initial Version and Version 1 of Ticket #496
- Timestamp:
- Nov 19, 2007, 3:54:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #496
- Property Keywords translation added
-
Property
Summary
changed from
forum.inc broken
toforum.inc doesn't translate "Private Messages"
-
Ticket #496 – Description
initial v1 1 1 In [14259] 2 2 {{{ 3 3 echo "<p>Private messages: ", pm_notification($user); 4 4 }}} 5 5 should be 6 6 {{{ 7 7 echo "<p>" . tra("Private messages") . ": ", pm_notification($user); 8 8 }}} 9 9 to show the "Private Messages" part in languages other than English.