diff options
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 3a05461..544d9c6 100644 --- a/src/window.c +++ b/src/window.c @@ -121,8 +121,9 @@ delete_event_cb(MqWindow *window, GdkEvent G_GNUC_UNUSED *event) } /* Message */ - /* TRANSLATORS: The number of tabs is always greater than 1. */ message = g_strdup_printf(PL_( + /* TRANSLATORS: The number of tabs is always greater + than 1. */ "You are about to close %d tabs. " "Are you sure you want to continue?", "You are about to close %d tabs. " |