From 04010ff0fe1851fe296db8032cff7eccee2afb03 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Apr 2007 21:09:12 +0000 Subject: don't split strings inside _() across lines. change some of the text messages --- openbox/screen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/screen.c') 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; } } -- cgit v1.2.3