Ticket #496 (closed Defect: fixed)

Opened 10 months ago

Last modified 6 months ago

forum.inc doesn't translate "Private Messages"

Reported by: Ageless Assigned to: davea
Priority: Minor Milestone: Undetermined
Component: Web - Forums Version:
Keywords: forums translation Cc:

Description (Last modified by Nicolas)

In [14259]

echo "<p>Private messages: ", pm_notification($user); 

should be

echo "<p>" . tra("Private messages") . ": ", pm_notification($user);

to show the "Private Messages" part in languages other than English.

Change History

11/19/07 15:54:58 changed by Nicolas

  • keywords changed from forums to forums translation.
  • description changed.
  • summary changed from forum.inc broken to forum.inc doesn't translate "Private Messages".

11/19/07 15:58:31 changed by Ageless

Thx Nick. :)

03/06/08 10:16:37 changed by Rytis

  • status changed from new to closed.
  • resolution set to fixed.

(In [14861]) User web: translate some strings in forum.inc (fix #496).


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.