]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
Change all single quotes to double quotes in strings.
[chaz/openbox] / openbox / config.c
index 83d326b56e4ad287f66f7cc0364c6583c4954aa8..00efd5ecea0565ccbe53d8a3fd48aa1f1f1ae2e3 100644 (file)
@@ -778,7 +778,7 @@ static void parse_dock(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
             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.020913 seconds and 4 git commands to generate.