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
This commit is contained in:
Nick Treleaven 2011-09-16 16:23:16 +00:00
parent 0ebc4ed3a6
commit 534ad583ea
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-09-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/interface.c, geany.glade:
Change various prefs label to /warn/ the user to read the manual.
2011-09-15 Colomban Wendling <colomban(at)geany(dot)org>
* src/utils.c:

View File

@ -10205,7 +10205,7 @@ Match braces</property>
<child>
<widget class="GtkLabel" id="label140">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;i&gt;Please refer to the manual for more details about these preferences.&lt;/i&gt;</property>
<property name="label" translatable="yes">&lt;i&gt;Warning: read the manual before changing these preferences.&lt;/i&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>

View File

@ -5094,7 +5094,7 @@ create_prefs_dialog (void)
gtk_widget_show (hbox15);
gtk_container_add (GTK_CONTAINER (alignment16), hbox15);
label140 = gtk_label_new (_("<i>Please refer to the manual for more details about these preferences.</i>"));
label140 = gtk_label_new (_("<i>Warning: read the manual before changing these preferences.</i>"));
gtk_widget_show (label140);
gtk_box_pack_start (GTK_BOX (hbox15), label140, FALSE, FALSE, 0);
gtk_label_set_use_markup (GTK_LABEL (label140), TRUE);