SF.net SVN: geany-plugins:[1522] trunk/geany-plugins/updatechecker/src/ updatechecker.c

frlan at users.sourceforge.net frlan at xxxxx
Sun Aug 22 23:39:26 UTC 2010


Revision: 1522
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1522&view=rev
Author:   frlan
Date:     2010-08-22 23:39:26 +0000 (Sun, 22 Aug 2010)

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

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

Modified: trunk/geany-plugins/updatechecker/src/updatechecker.c
===================================================================
--- trunk/geany-plugins/updatechecker/src/updatechecker.c	2010-08-22 13:48:30 UTC (rev 1521)
+++ trunk/geany-plugins/updatechecker/src/updatechecker.c	2010-08-22 23:39:26 UTC (rev 1522)
@@ -210,13 +210,13 @@
 		else
 		{
 			dialogs_show_msgbox(GTK_MESSAGE_INFO,
-				_("No update needed"));
+				_("No update available"));
 		}
 	}
 	else
 	{
 		dialogs_show_msgbox(GTK_MESSAGE_ERROR,
-			_("Wasn't able to catch some version information\n"
+			_("Wasn't able to catch some version information.\n"
 			  "Error code: %d \n"
 			  "Error message: »%s«"), msg->status_code, msg->reason_phrase);
 	}


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