diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-21 11:57:06 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-21 12:02:18 +0100 |
| commit | 2cb31da22c0a357a2251aabc660e0cc14b215d97 (patch) | |
| tree | ebc6a113211e56fc5c77840f175f9c6c0781c4c7 /openbox/actions.c | |
| parent | 4642d896a8a5f7f1d8c6d22e13c07d6ea21f53de (diff) | |
Change all single quotes to double quotes in strings.
Diffstat (limited to 'openbox/actions.c')
| -rw-r--r-- | openbox/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions.c b/openbox/actions.c index 32b3d274..d43896d7 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -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; |
