[geany/geany-plugins] ed088e: Updatechecker: Add a missing full stop

Frank Lanitz git-noreply at xxxxx
Mon Apr 20 18:11:33 UTC 2015


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Mon, 20 Apr 2015 18:11:33 UTC
Commit:      ed088e759f0e2607895d2d3750f39b852ae489e3
             https://github.com/geany/geany-plugins/commit/ed088e759f0e2607895d2d3750f39b852ae489e3

Log Message:
-----------
Updatechecker: Add a missing full stop


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

Modified: updatechecker/src/updatechecker.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -200,7 +200,7 @@ static void update_check_result_cb(SoupSession *session,
         }
         else
         {
-            const gchar *no_update_msg = _("No newer Geany version available");
+            const gchar *no_update_msg = _("No newer Geany version available.");
             if (type == UPDATECHECK_MANUAL)
             {
                 dialogs_show_msgbox(GTK_MESSAGE_INFO, "%s", no_update_msg);



--------------
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