Revision: 1761 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1761&view=re... Author: frlan Date: 2010-12-02 23:34:28 +0000 (Thu, 02 Dec 2010)
Log Message: ----------- GeanySendMail: Minor update of an 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-11-29 17:44:34 UTC (rev 1760) +++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2010-12-02 23:34:28 UTC (rev 1761) @@ -320,7 +320,7 @@ gtk_widget_show(label2); gtk_misc_set_alignment(GTK_MISC(label2), 0, 0.5);
- pref_widgets.checkbox_icon_to_toolbar = gtk_check_button_new_with_label(_("Showing icon in toolbar")); + pref_widgets.checkbox_icon_to_toolbar = gtk_check_button_new_with_label(_("Show toolbar icon")); ui_widget_set_tooltip_text(pref_widgets.checkbox_icon_to_toolbar, _("Shows a icon in the toolbar to send file more easy.")); gtk_button_set_focus_on_click(GTK_BUTTON(pref_widgets.checkbox_icon_to_toolbar), FALSE);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.