[gimp] Plural forms work better this way for languages other than English
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Plural forms work better this way for languages other than English
- Date: Fri, 23 Mar 2018 19:59:11 +0000 (UTC)
commit a0724783d80b107e4af91ac87392499f055e6c6d
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Fri Mar 23 22:57:45 2018 +0300
Plural forms work better this way for languages other than English
app/gui/gui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index f655bce..bcbbb39 100644
--- a/app/gui/gui.c
+++ b/app/gui/gui.c
@@ -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?",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]