From 4a86c8680786f372d7eea19d510453859343d103 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 30 May 2007 18:07:55 +0000 Subject: [PATCH] "Openbox Configuration Manager" --- obconf.desktop | 4 ++-- src/obconf.glade | 2 +- src/strings.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/obconf.desktop b/obconf.desktop index f1ade88..db330d0 100644 --- a/obconf.desktop +++ b/obconf.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Type=Application -Name=Openbox Settings -Comment=Openbox settings manager +Name=Openbox Configuration Manager +Comment=Openbox configuration manager Icon=openbox.png Exec=obconf %f Categories=Settings;DesktopSettings;GTK; diff --git a/src/obconf.glade b/src/obconf.glade index e708d89..83bd540 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -6,7 +6,7 @@ 13 True - Openbox Settings + Openbox Configuration Manager GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False diff --git a/src/strings.c b/src/strings.c index 44e75fb..bb59734 100644 --- a/src/strings.c +++ b/src/strings.c @@ -4,7 +4,7 @@ * DO NOT compile it as part of your application. */ -gchar *s = N_("Openbox Settings"); +gchar *s = N_("Openbox Configuration Manager"); gchar *s = N_("Theme"); gchar *s = N_(" "); gchar *s = N_("_Install a new theme..."); -- 2.34.1