SF.net SVN: geany:[5924] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Sep 16 16:23:16 UTC 2011
Revision: 5924
http://geany.svn.sourceforge.net/geany/?rev=5924&view=rev
Author: ntrel
Date: 2011-09-16 16:23:16 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
Change various prefs label to /warn/ the user to read the manual.
Modified Paths:
--------------
trunk/ChangeLog
trunk/geany.glade
trunk/src/interface.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-09-16 14:47:27 UTC (rev 5923)
+++ trunk/ChangeLog 2011-09-16 16:23:16 UTC (rev 5924)
@@ -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:
Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade 2011-09-16 14:47:27 UTC (rev 5923)
+++ trunk/geany.glade 2011-09-16 16:23:16 UTC (rev 5924)
@@ -10205,7 +10205,7 @@
<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>
Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c 2011-09-16 14:47:27 UTC (rev 5923)
+++ trunk/src/interface.c 2011-09-16 16:23:16 UTC (rev 5924)
@@ -5094,7 +5094,7 @@
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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list