SF.net SVN: geany-plugins:[423] trunk/geanylipsum/src/geanylipsum.c

frlan at users.sourceforge.net frlan at xxxxx
Sun Feb 1 19:16:16 UTC 2009


Revision: 423
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=423&view=rev
Author:   frlan
Date:     2009-02-01 19:16:16 +0000 (Sun, 01 Feb 2009)

Log Message:
-----------
GeanyLipsum: Don't mark author's name as translateable

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

Modified: trunk/geanylipsum/src/geanylipsum.c
===================================================================
--- trunk/geanylipsum/src/geanylipsum.c	2009-02-01 19:15:37 UTC (rev 422)
+++ trunk/geanylipsum/src/geanylipsum.c	2009-02-01 19:16:16 UTC (rev 423)
@@ -49,7 +49,7 @@
 GeanyFunctions	*geany_functions;
 
 PLUGIN_VERSION_CHECK(130)
-PLUGIN_SET_INFO(_("Lipsum"), _("Creating dummy text with Geany"), VERSION, _("Frank Lanitz <frank at frank.uvena.de>"));
+PLUGIN_SET_INFO(_("Lipsum"), _("Creating dummy text with Geany"), VERSION, "Frank Lanitz <frank at frank.uvena.de>");
 
 static GtkWidget *main_menu_item = NULL;
 static gchar *config_file = NULL;


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