]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmountoperation-x11.c
Add a translator comment
[~andy/gtk] / gtk / gtkmountoperation-x11.c
index 655854ef92b5363d0774fb5a38c126ca933d597f..2a2c4a0046ff28658227bc166bef7c22d4bc39c0 100644 (file)
@@ -44,6 +44,8 @@
 
 #include "gtkmountoperationprivate.h"
 
+#include "gtkalias.h"
+
 
 /* ---------------------------------------------------------------------------------------------------- */
 /* these functions are based on code from libwnck (LGPLv2) */
@@ -859,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"),