[geany/geany-plugins] 775145: Geniuspaste: Use upercase

Frank Lanitz git-noreply at xxxxx
Fri Mar 11 22:25:58 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Fri, 11 Mar 2016 22:25:58 UTC
Commit:      775145b08ec90598690e6ea09a0add899cf56516
             https://github.com/geany/geany-plugins/commit/775145b08ec90598690e6ea09a0add899cf56516

Log Message:
-----------
Geniuspaste: Use upercase


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

Modified: geniuspaste/src/geniuspaste.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -702,7 +702,7 @@ static void paste(GeanyDocument * doc, const gchar * website)
                           "error occurred trying to obtain its URL: %s\n\n%s"),
                         pastebin->name,
                         (err ? err->message
-                         : _("unexpected response from the pastebin service.")),
+                         : _("Unexpected response from the pastebin service.")),
                         _("Check the pastebin configuration and retry."));
 
             if (err)



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