Opened 7 months ago

Closed 7 months ago

#1995 closed defect (fixed)

Possible wrong text string

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

Description

I was translating bbPress and came across this text string, which doesn't quite follow the pattern for strings like it.

http://bbpress.trac.wordpress.org/browser/trunk/bbp-admin/bbp-topics.php?rev=4201#L145

You can filter the list of topics by forum status using the text links in the upper left to show All, Published, or Trashed topics. The default view is to show all topics.

I expected something like (topic status instead of forum status):

You can filter the list of topics by topic status using the text links in the upper left to show All, Published, or Trashed topics. The default view is to show all topics.

I don't have a bbPress 2.1.2 installation at hand, but maybe "Draft" is to be added to the list as well? Making it: "...show All, Published, Draft, or Trashed topics."

Change History (2)

  • Milestone changed from Awaiting Review to 2.2

Good eye. Thanks for noticing, will get it fixed up right away.

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

(In [4270]) "topic" instead of "forum" in admin helper text. Props DanielJuhl. Fixes #1995.

Note: See TracTickets for help on using tickets.