Opened 17 years ago
Last modified 17 years ago
#496 closed Defect
forum.inc broken — at Initial Version
Reported by: | Ageless | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Web - Forums | Version: | |
Keywords: | forums translation | Cc: |
Description
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.
Note: See
TracTickets for help on using
tickets.