Modify

Opened 17 years ago

Closed 17 years ago

#1921 closed defect (fixed)

Odd wording in singular version of sg/pl string.

Reported by: sanna Owned by: framm
Priority: trivial Milestone:
Component: Plugin Version: latest
Keywords: Cc:

Description

../plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java:87

Text for sg: The selection contains {0} way. Are you sure you want to simplify them all?

Text for pl: The selection contains {0} ways. Are you sure you want to simplify them all?

While the second sentence (Are you sure you want to simplify them all?) is perfectly valid for the plural version of the string, it comes out quite odd for the singular. A better version would be Are you sure you want to simplify it?.

However, since the warning itself is only output if the number of selected ways exceed ten, I presume that the use of trn here is only relevant if there are any languages that in fact have varying formats on individual numbers exceeding 10. This is not the case for Swedish (which I am translating), nor any other language I have heard of, but better safe than sorry. So the translation of this string into Swedish will never, ever be used... Still languages do strange things with numerus, clearly justifying the use of trn here.

Attachments (0)

Change History (1)

comment:1 by stoecker, 17 years ago

Resolution: fixed
Status: newclosed

Better safe than sorry. Fixed in SVN.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.