Opened 18 years ago
Closed 18 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 )
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 18 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | translation added |
| Summary: | forum.inc broken → forum.inc doesn't translate "Private Messages" |
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Thx Nick. :)