[gimp] file-pdf-load: fix plurals



commit 912e9baaa60a269cd1312a4830cf84f432d1644c
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Feb 18 14:11:12 2018 +0300

    file-pdf-load: fix plurals

 plug-ins/common/file-pdf-load.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-load.c b/plug-ins/common/file-pdf-load.c
index 5b03cb1..2e2d3a0 100644
--- a/plug-ins/common/file-pdf-load.c
+++ b/plug-ins/common/file-pdf-load.c
@@ -501,7 +501,7 @@ run (const gchar      *name,
                                                 * second is out-of-range page number, third is
                                                 * number of pages. Specify order as in English if needed.
                                                 */
-                                               ngettext ("PDF document '%1$s' has a single page. Page %2$d 
is out of range.",
+                                               ngettext ("PDF document '%1$s' has %3$d page. Page %2$d is 
out of range.",
                                                          "PDF document '%1$s' has %3$d pages. Page %2$d is 
out of range.",
                                                          doc_n_pages),
                                                param[1].data.d_string,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]