]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.c
Remove double newlines.
[chaz/openbox] / openbox / actions.c
index 32b3d274e28c100e82a559ffcddf3f78eef6521a..948ac2c09537357fd13a1a26b2e9c1ab86f01249 100644 (file)
@@ -58,7 +58,6 @@ struct _ObActionsAct {
 
 static GSList *registered = NULL;
 
-
 void actions_startup(gboolean reconfig)
 {
     if (reconfig) return;
@@ -147,7 +146,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.021921 seconds and 4 git commands to generate.