diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-25 01:00:58 (EST) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-25 01:00:58 (EST) |
commit | 0ded8bcc4faf53d5eda5e6ddb3f44d8236842f2a (patch) | |
tree | 9fdd7061241a39e5948635bdebc26b9ff985db22 | |
parent | 03f7081434fb5f85ddfee81ce153d84ba012258f (diff) | |
download | marquee-0ded8bcc4faf53d5eda5e6ddb3f44d8236842f2a.zip marquee-0ded8bcc4faf53d5eda5e6ddb3f44d8236842f2a.tar.gz marquee-0ded8bcc4faf53d5eda5e6ddb3f44d8236842f2a.tar.bz2 |
MqWindow: Fix translators comment
-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. " |