[geany/geany-plugins] bc6c97: Updatechecker: Update string for new version of Geany is available to be more specific that it's Geany

Frank Lanitz git-noreply at xxxxx
Thu May 1 11:25:13 UTC 2014


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Thu, 01 May 2014 11:25:13 UTC
Commit:      bc6c9728afd664f5c67add0ee546d2e36bccd4e1
             https://github.com/geany/geany-plugins/commit/bc6c9728afd664f5c67add0ee546d2e36bccd4e1

Log Message:
-----------
Updatechecker: Update string for new version of Geany is available to be more specific that it's Geany


Modified Paths:
--------------
    updatechecker/src/updatechecker.c

Modified: updatechecker/src/updatechecker.c
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 /*
  *      updatechecker.c
  *
- *      Copyright 2011 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ *      Copyright 2011, 2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
  *
  *      This program is free software; you can redistribute it and/or modify
  *      it under the terms of the GNU General Public License as published by
@@ -187,8 +187,8 @@ static void update_check_result_cb(SoupSession *session,
         if (version_compare(msg->response_body->data) == TRUE)
         {
             dialogs_show_msgbox(GTK_MESSAGE_INFO,
-                _("There is a more recent version available"));
-            g_message("There is a more recent version available");
+                _("There is a more recent version of Geany available"));
+            g_message(_("There is a more recent version of Geany available"));
         }
         else
         {



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list