From 4f49287659f39c8b44912d0fd6c410b9bae36c42 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Jul 2009 23:21:52 -0400 Subject: [PATCH] Add a translator comment This fixes bug 589035. --- gtk/gtkmountoperation-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkmountoperation-x11.c b/gtk/gtkmountoperation-x11.c index d4efdaf84c..2a2c4a0046 100644 --- a/gtk/gtkmountoperation-x11.c +++ b/gtk/gtkmountoperation-x11.c @@ -861,6 +861,7 @@ get_pixbuf_for_window_with_pid (GtkMountOperationLookupContext *context, static const gchar *well_known_commands[] = { + /* translators: this string is a name for the 'less' command */ "less", N_("Terminal Pager"), "top", N_("Top Command"), "bash", N_("Bourne Again Shell"),