From c7853730ed969de1ebaecfcc0eca7da8efbae4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sat, 28 Jan 2017 01:38:29 +0100 Subject: [PATCH] Fix a translator comment They need to be exactly one line above a string to show up in .po files. --- src/core/delete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/delete.c b/src/core/delete.c index 9d4d4f04d..56ffa5c21 100644 --- a/src/core/delete.c +++ b/src/core/delete.c @@ -122,8 +122,8 @@ show_delete_dialog (MetaWindow *window, window_title = NULL; } - /* Translators: %s is a window title */ if (window_title) + /* Translators: %s is a window title */ tmp = g_strdup_printf (_("ā€œ%sā€ is not responding."), window_title); else tmp = g_strdup (_("Application is not responding."));