Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Mon, 20 Apr 2015 18:11:33 UTC Commit: ed088e759f0e2607895d2d3750f39b852ae489e3 https://github.com/geany/geany-plugins/commit/ed088e759f0e2607895d2d3750f39b...
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).
plugins-commits@lists.geany.org