[wp-trac] [WordPress Trac] #15920: List table screens in network admin break if no item is selected for bulk actions
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 24 15:03:52 UTC 2010
#15920: List table screens in network admin break if no item is selected for bulk
actions
-------------------------------------+-----------------------
Reporter: PeteMall | Owner: PeteMall
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.1
Component: General | Version: 3.1
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+-----------------------
Comment (by SergeyBiryukov):
Replying to [comment:11 nacin]:
> Also doesn't show "1" in the string when only one theme is deleted.
There's actually a slight i18n issue. It's good for English, however in
Russian a single form is used for every number ending in 1 (except for
11): 1, 21, 31, etc. Standalone single form (as in “Theme enabled”) only
makes sense for 1 item. In other cases (21, 31, ...) the number should be
included in the string (as in “%s theme enabled”), but it's still single
form. Currently there's no way to do this properly.
So my idea was to use “Theme enabled” for individual actions and “%s theme
enabled” for bulk actions if only one item has been selected.
This is probably should go in another ticket, since there are some other
messages concerned (e.g. “Item permanently deleted”). I'll create one if I
get around to it.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15920#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list