From: Dana Jansens Date: Sat, 4 Aug 2007 16:09:57 +0000 (-0400) Subject: fix new strings on the desktop tab X-Git-Tag: release-2.0.3~36 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8d7e36344ca311dda193ed0655c6a09a2e18c384;p=dana%2Fobconf.git fix new strings on the desktop tab --- diff --git a/src/obconf.glade b/src/obconf.glade index 46e5f94..685ab5f 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -2750,7 +2750,7 @@ C - The close button True True - _Show a notification when you switch desktops + _Show a notification when switching desktops True GTK_RELIEF_NORMAL True @@ -2806,7 +2806,7 @@ C - The close button True - _Amount of time to wait before switching: + _Amount of time to show the notification for: True False GTK_JUSTIFY_LEFT diff --git a/src/strings.c b/src/strings.c index 656eeb6..dbb63d7 100644 --- a/src/strings.c +++ b/src/strings.c @@ -81,9 +81,9 @@ gchar *s = N_(" "); gchar *s = N_("Mouse"); gchar *s = N_("Desktops"); gchar *s = N_(" "); -gchar *s = N_("_Show a notification when you switch desktops"); +gchar *s = N_("_Show a notification when switching desktops"); gchar *s = N_(" "); -gchar *s = N_("_Amount of time to wait before switching:"); +gchar *s = N_("_Amount of time to show the notification for:"); gchar *s = N_("ms"); gchar *s = N_("_Number of desktops: "); gchar *s = N_("_Desktop names:");