Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2004 closed defect (bug) (fixed)

Typo in text string

Reported by: danieljuhl's profile DanielJuhl Owned by:
Milestone: 2.2 Priority: normal
Severity: minor Version: 2.1.2
Component: Locale - i18n/l10n 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 12 years ago.

Download all attachments as: .zip

Change History (4)

#1 @johnjamesjacoby
12 years ago

  • Milestone changed from Awaiting Review to 2.2

#2 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4286]) Strings:

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

@netweb
12 years ago

#3 @johnjamesjacoby
12 years ago

(In [4287]) Strings:

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