Revision: 1762 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1762&view=re... Author: frlan Date: 2010-12-02 23:34:51 +0000 (Thu, 02 Dec 2010)
Log Message: ----------- GeanySendMail: Another small update of a string
Modified Paths: -------------- trunk/geany-plugins/geanysendmail/src/geanysendmail.c
Modified: trunk/geany-plugins/geanysendmail/src/geanysendmail.c =================================================================== --- trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2010-12-02 23:34:28 UTC (rev 1761) +++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2010-12-02 23:34:51 UTC (rev 1762) @@ -328,7 +328,7 @@ gtk_widget_show(pref_widgets.checkbox_icon_to_toolbar);
pref_widgets.checkbox_use_addressdialog = gtk_check_button_new_with_label(_ - ("Using dialog for entering email address of recipients")); + ("Use dialog for entering email address of recipients"));
gtk_button_set_focus_on_click(GTK_BUTTON(pref_widgets.checkbox_use_addressdialog), FALSE); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pref_widgets.checkbox_use_addressdialog), use_address_dialog);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org