From 534ad583ea0415259c1b4c438bb75b8789091006 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Fri, 16 Sep 2011 16:23:16 +0000 Subject: [PATCH] Change various prefs label to /warn/ the user to read the manual. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5924 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 6 ++++++ geany.glade | 2 +- src/interface.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ec0ec12c..b376dda5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-16 Nick Treleaven + + * src/interface.c, geany.glade: + Change various prefs label to /warn/ the user to read the manual. + + 2011-09-15 Colomban Wendling * src/utils.c: diff --git a/geany.glade b/geany.glade index f36988981..ba18b6f1a 100644 --- a/geany.glade +++ b/geany.glade @@ -10205,7 +10205,7 @@ Match braces True - <i>Please refer to the manual for more details about these preferences.</i> + <i>Warning: read the manual before changing these preferences.</i> False True GTK_JUSTIFY_LEFT diff --git a/src/interface.c b/src/interface.c index 2867c970c..d742e03a4 100644 --- a/src/interface.c +++ b/src/interface.c @@ -5094,7 +5094,7 @@ create_prefs_dialog (void) gtk_widget_show (hbox15); gtk_container_add (GTK_CONTAINER (alignment16), hbox15); - label140 = gtk_label_new (_("Please refer to the manual for more details about these preferences.")); + label140 = gtk_label_new (_("Warning: read the manual before changing these preferences.")); gtk_widget_show (label140); gtk_box_pack_start (GTK_BOX (hbox15), label140, FALSE, FALSE, 0); gtk_label_set_use_markup (GTK_LABEL (label140), TRUE);