#477 closed defect (bug) (fixed)
Friendship Requested - not translated
| Reported by: | slaFFik | Owned by: | nbachiyski |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | translation | |
| Cc: |
Description
There is a problem in several places: phrase "Friendship Requested" cannot be translated, because a mistake is made in code.
See file bp-friends-ajax.php, line 31:
echo '<a href="' . $bp->loggedin_user->domain . $bp->friends->slug . '" class="requested">' . __( 'Friendship Requested', 'buddypres' ) . '</a>';
One "s" is missed in buddypres.
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [1133]) Fixes #477