Plural forms work better this way for languages other than English
This commit is contained in:
parent
9add6b92f3
commit
a0724783d8
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ gui_recover (gint n_recoveries)
|
|||
_("Eeek! It looks like GIMP recovered from a crash!"));
|
||||
|
||||
gimp_message_box_set_text (GIMP_MESSAGE_BOX (box),
|
||||
ngettext ("An image was salvaged from the crash. "
|
||||
ngettext ("%d image was salvaged from the crash. "
|
||||
"Do you want to try and recover it?",
|
||||
"%d images were salvaged from the crash. "
|
||||
"Do you want to try and recover them?",
|
||||
|
|
|
|||
Loading…
Reference in a new issue