SF.net SVN: geany-plugins: [45] trunk/geanysendmail/src/geanysendmail.c

frlan at users.sourceforge.net frlan at xxxxx
Tue May 20 19:21:41 UTC 2008


Revision: 45
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=45&view=rev
Author:   frlan
Date:     2008-05-20 12:21:37 -0700 (Tue, 20 May 2008)

Log Message:
-----------
Update of some strings

Modified Paths:
--------------
    trunk/geanysendmail/src/geanysendmail.c

Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c	2008-05-20 19:09:52 UTC (rev 44)
+++ trunk/geanysendmail/src/geanysendmail.c	2008-05-20 19:21:37 UTC (rev 45)
@@ -135,7 +135,7 @@
 		}
 		else
 		{
-			p_ui->set_statusbar(FALSE, _("Please define a mailing tool first."));
+			p_ui->set_statusbar(FALSE, _("Please define a mail client first."));
 		}
 	}
 	else
@@ -210,7 +210,7 @@
 	gtk_box_set_spacing(GTK_BOX(vbox), 10);
 
 	// add a label and a text entry to the dialog
-	label1 = gtk_label_new(_("Path and options for the mail programm:"));
+	label1 = gtk_label_new(_("Path and options for the mail client:"));
 	gtk_widget_show(label1);
 	gtk_misc_set_alignment(GTK_MISC(label1), 0, 0.5);
 	entry = gtk_entry_new();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list