From b8168adf65cc2699968960f31f192fc2e4b66017 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 10 Nov 2019 21:17:26 +0300 Subject: add missing format specifier for ngettext --- src/eom-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eom-window.c b/src/eom-window.c index ecac89d..fad39b3 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -3331,7 +3331,7 @@ show_move_to_trash_confirm_dialog (EomWindow *window, GList *images, gboolean ca } else { if (can_trash) { prompt = g_strdup_printf (ngettext("Are you sure you want to move\n" - "the selected image to the trash?", + "the %d selected image to the trash?", "Are you sure you want to move\n" "the %d selected images to the trash?", n_images), n_images); } else { -- cgit v1.2.1