summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-28 18:08:58 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-28 18:08:58 +0100
commit9d1b4bbf9efca4f2e8a593cad7526a1a6850cc27 (patch)
treeab4bbc729a62429fbbac51bc6edb5c55bb3dae23
parentbef48f6cea421a6fba62ad6b6c70e6de7403078a (diff)
some branding for gtkpref
-rw-r--r--src/gtk2-prefs/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk2-prefs/interface.cpp b/src/gtk2-prefs/interface.cpp
index 18b66bb6..7c1cc53c 100644
--- a/src/gtk2-prefs/interface.cpp
+++ b/src/gtk2-prefs/interface.cpp
@@ -304,7 +304,7 @@ create_main_window (void)
   gtk_widget_show (image2);
   gtk_box_pack_start (GTK_BOX (hbox6665), image2, FALSE, FALSE, 0);
 
-  label2 = gtk_label_new ("You should restart your programs\nfor this change to take effect.");
+  label2 = gtk_label_new ("You should restart XChat-WDK\nfor this change to take effect.");
   gtk_widget_set_name (label2, "label2");
   gtk_widget_show (label2);
   gtk_box_pack_start (GTK_BOX (hbox6665), label2, FALSE, FALSE, 0);