diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-21 13:24:19 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-21 13:24:19 -0500 |
| commit | 198d98986bdf224ed29361541d19841339953088 (patch) | |
| tree | e0a588f29ce1f1c3102da4daf05316a15e9a6cea /openbox/config.c | |
| parent | 3263845459d15da683b7cab92fb856acbdf2800e (diff) | |
| parent | c49c2a8e408f7482f2b977d6cf97517684476ed7 (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/openbox.c
openbox/session.c
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c index 0696806b..109b2150 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -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); } |
