From 0ded8bcc4faf53d5eda5e6ddb3f44d8236842f2a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 25 Nov 2017 01:00:58 -0500 Subject: MqWindow: Fix translators comment --- 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. " -- cgit v0.9.1