Opened 7 months ago

Closed 7 months ago

Last modified 7 months ago

#2004 closed defect (fixed)

Typo in text string

Reported by: DanielJuhl Owned by:
Priority: normal Milestone: 2.2
Component: i18n/l10n Version: 2.1.2
Severity: minor Keywords:
Cc:

Description

http://bbpress.trac.wordpress.org/browser/trunk/includes/admin/topics.php?rev=4270#L146

'<li>' . __( 'You can refine the list to show only topics from a specific month by using the dropdown menus above the topics list. Click the Filter button after making your selection. You also can refine the list by clicking on the forum creator in the topics list.', 'bbpress' ) . '</li>' .

I was assuming

'<li>' . __( 'You can refine the list to show only topics from a specific month by using the dropdown menus above the topics list. Click the Filter button after making your selection. You also can refine the list by clicking on the topic creator in the topics list.', 'bbpress' ) . '</li>' .

The change is in the end of the string, where the existing is referer to "forum creator" though the text describe a list of topics.

Attachments (1)

topics.diff (5.3 KB) - added by netweb 7 months ago.

Download all attachments as: .zip

Change History (4)

  • Milestone changed from Awaiting Review to 2.2
  • Resolution set to fixed
  • Status changed from new to closed

(In [4286]) Strings:

  • Fix "forum" references that should be "topic."
  • Fixes #2004.

netweb7 months ago

(In [4287]) Strings:

  • Add tips for topic stickiness in admin.
  • Props netweb.
  • See #2004.
Note: See TracTickets for help on using tickets.