]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / config.c
index 0696806bc0329f1374c1c786f62115b4a3afa9d5..109b2150565019374ef40354e716e9364d55abe8 100644 (file)
@@ -764,7 +764,7 @@ static void parse_dock(xmlNodePtr node, gpointer d)
             config_dock_app_move_button = b;
             config_dock_app_move_modifiers = s;
         } else {
-            g_message(_("Invalid button '%s' specified in config file"), str);
+            g_message(_("Invalid button \"%s\" specified in config file"), str);
         }
         g_free(str);
     }
This page took 0.020622 seconds and 4 git commands to generate.