SF.net SVN: geany-plugins:[2289] trunk/geany-plugins/geanylatex/src/ geanylatex.c

frlan at users.sourceforge.net frlan at xxxxx
Wed Oct 19 19:12:45 UTC 2011


Revision: 2289
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2289&view=rev
Author:   frlan
Date:     2011-10-19 19:12:44 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
GeanyLaTeX: Fix a little string. Oops

Modified Paths:
--------------
    trunk/geany-plugins/geanylatex/src/geanylatex.c

Modified: trunk/geany-plugins/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geany-plugins/geanylatex/src/geanylatex.c	2011-10-19 19:12:19 UTC (rev 2288)
+++ trunk/geany-plugins/geanylatex/src/geanylatex.c	2011-10-19 19:12:44 UTC (rev 2289)
@@ -1785,7 +1785,7 @@
 	gtk_table_attach_defaults(GTK_TABLE(table), glatex_wizard.encoding_combobox, 1, 2, 2, 3);
 
 	/*  fontsize */
-	label_fontsize = gtk_label_new(_("Font size:"));
+	label_fontsize = gtk_label_new(_("Font size"));
 	glatex_wizard.fontsize_combobox = gtk_combo_box_entry_new_text();
 	gtk_combo_box_append_text(GTK_COMBO_BOX(glatex_wizard.fontsize_combobox),"10pt");
 	gtk_combo_box_append_text(GTK_COMBO_BOX(glatex_wizard.fontsize_combobox),"11pt");

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