]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.c
Change all single quotes to double quotes in strings.
[chaz/openbox] / openbox / actions.c
index 32b3d274e28c100e82a559ffcddf3f78eef6521a..d43896d761cb429e70909f0807bb2c515232746b 100644 (file)
@@ -147,7 +147,7 @@ static ObActionsAct* actions_build_act_from_string(const gchar *name)
         actions_definition_ref(act->def);
         act->options = NULL;
     } else
-        g_message(_("Invalid action '%s' requested. No such action exists."),
+        g_message(_("Invalid action \"%s\" requested. No such action exists."),
                   name);
 
     return act;
This page took 0.020913 seconds and 4 git commands to generate.