Opened 16 years ago

Closed 16 years ago

#496 closed Defect (fixed)

forum.inc doesn't translate "Private Messages"

Reported by: Ageless Owned by: 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 (3)

comment:1 Changed 16 years ago by Nicolas

Description: modified (diff)
Keywords: translation added
Summary: forum.inc brokenforum.inc doesn't translate "Private Messages"

comment:2 Changed 16 years ago by Ageless

Thx Nick. :)

comment:3 Changed 16 years ago by Rytis

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.