Opened 17 years ago

Last modified 17 years ago

#496 closed Defect

forum.inc doesn't translate "Private Messages" — at Version 1

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 (1)

comment:1 Changed 17 years ago by Nicolas

Description: modified (diff)
Keywords: translation added
Summary: forum.inc brokenforum.inc doesn't translate "Private Messages"
Note: See TracTickets for help on using tickets.