From 418c7f10adb4165cd7dd82561b4d464e4f904080 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Enrico=20Tr=C3=83=C2=B6ger?= <enrico@xfce.org>
Date: Sat, 25 Oct 2008 09:16:37 +0000
Subject: [PATCH] Change the title of the prefs dialog to 'Preferences'.

(Old svn revision: 5801)
---
 ChangeLog   | 5 +++++
 lib/prefs.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 605df45..6becd79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-25  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * Change the title of the prefs dialog to 'Preferences'.
+
+
 2008-10-24  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * Add mnemonics to the search method radio labels in the main window.
diff --git a/lib/prefs.c b/lib/prefs.c
index e05b490..5babc94 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -249,7 +249,7 @@ GtkWidget *dict_prefs_dialog_show(GtkWidget *parent, DictData *dd)
 	GtkWidget *label1, *label2, *label3;
 
 	dialog = xfce_titled_dialog_new_with_buttons(
-		_("Xfce4 Dictionary"), GTK_WINDOW(parent),
+		_("Preferences"), GTK_WINDOW(parent),
 		GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
 		GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
 		NULL);
-- 
GitLab