Revision: 1637 http://svn.sourceforge.net/geany/?rev=1637&view=rev Author: eht16 Date: 2007-06-23 09:52:23 -0700 (Sat, 23 Jun 2007)
Log Message: ----------- Apply patch from Gabor Kmetyko to improve wording (thanks).
Modified Paths: -------------- trunk/ChangeLog trunk/geany.glade trunk/src/interface.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-06-23 16:49:15 UTC (rev 1636) +++ trunk/ChangeLog 2007-06-23 16:52:23 UTC (rev 1637) @@ -1,6 +1,8 @@ 2007-06-23 Enrico Tröger enrico.troeger@uvena.de
* tagmanager/basic.c: Merge recent changes from CTags SVN. + * geany.glade, src/interface.c: + Apply patch from Gabor Kmetyko to improve wording (thanks).
2007-06-22 Enrico Tröger enrico.troeger@uvena.de
Modified: trunk/geany.glade =================================================================== --- trunk/geany.glade 2007-06-23 16:49:15 UTC (rev 1636) +++ trunk/geany.glade 2007-06-23 16:52:23 UTC (rev 1637) @@ -3416,7 +3416,7 @@ <child> <widget class="GtkEntry" id="entry_contextaction"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Context action command. The current selected word can be used with %s. It can be everywhere in the given command and will be replaced before execution.</property> + <property name="tooltip" translatable="yes">Context action command. The currently selected word can be used with %s. It can appear anywhere in the given command and will be replaced before execution.</property> <property name="can_focus">True</property> <property name="editable">True</property> <property name="visibility">True</property>
Modified: trunk/src/interface.c =================================================================== --- trunk/src/interface.c 2007-06-23 16:49:15 UTC (rev 1636) +++ trunk/src/interface.c 2007-06-23 16:52:23 UTC (rev 1637) @@ -2806,7 +2806,7 @@ entry_contextaction = gtk_entry_new (); gtk_widget_show (entry_contextaction); gtk_box_pack_start (GTK_BOX (hbox8), entry_contextaction, TRUE, TRUE, 0); - gtk_tooltips_set_tip (tooltips, entry_contextaction, _("Context action command. The current selected word can be used with %s. It can be everywhere in the given command and will be replaced before execution."), NULL); + gtk_tooltips_set_tip (tooltips, entry_contextaction, _("Context action command. The currently selected word can be used with %s. It can appear anywhere in the given command and will be replaced before execution."), NULL); gtk_entry_set_invisible_char (GTK_ENTRY (entry_contextaction), 9679);
label188 = gtk_label_new (_("<b>Context Action</b>"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.