Bug #437
ArrayCtrl row deleting message valid for one or some deletings
Status: | Approved | Start date: | 02/07/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CtrlLib | Spent time: | - | |
Target version: | - |
Description
Hello Mirek
Now ArrayCtrl has in DoRemove() one sentence for row deleting:
RowFormat(t_("Do you really want to delete the selected %s ?"))
and RowFormat uses row_name that is:
row_name = t_("row");
In some languages like Spanish, "selected" past participle has to be plural if "row" is plural.
Could you add the possibility of one set strings for singular and another one for plural?
Thank you!
History
#1 Updated by Miroslav Fidler about 12 years ago
- Status changed from New to Approved