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:
parent
0ebc4ed3a6
commit
534ad583ea
@ -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:
|
||||
|
@ -10205,7 +10205,7 @@ Match braces</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label140">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"><i>Please refer to the manual for more details about these preferences.</i></property>
|
||||
<property name="label" translatable="yes"><i>Warning: read the manual before changing these preferences.</i></property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user