diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 21:09:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 21:09:12 +0000 |
| commit | 04010ff0fe1851fe296db8032cff7eccee2afb03 (patch) | |
| tree | 0000e5497c8f362238be0ad221fbc578eee17a9f /openbox/screen.c | |
| parent | 1582b361876d908ee457c15275e364a5966a454c (diff) | |
don't split strings inside _() across lines. change some of the text messages
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 97cab3e6..db7c8ace 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -139,8 +139,7 @@ static gboolean replace_wm() } if (wait >= timeout) { - g_message(_("Timeout expired while waiting for the current WM to die" - " on screen %d"), ob_screen); + g_message(_("The WM on screen %d is not exiting"), ob_screen); return FALSE; } } |
