From 8d7e36344ca311dda193ed0655c6a09a2e18c384 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Aug 2007 12:09:57 -0400 Subject: [PATCH] fix new strings on the desktop tab --- src/obconf.glade | 4 ++-- src/strings.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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:"); -- 2.34.1