[geany/geany-plugins] a788c3: geanyvc: Slightly improve spell checking error message

Colomban Wendling git-noreply at xxxxx
Wed Feb 17 18:38:27 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 17 Feb 2016 18:38:27 UTC
Commit:      a788c313084614697420be1320ab02c7f9044b2b
             https://github.com/geany/geany-plugins/commit/a788c313084614697420be1320ab02c7f9044b2b

Log Message:
-----------
geanyvc: Slightly improve spell checking error message

Also reference the plugin name for the error not to be confused with
the SpellCheck plugin.


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

Modified: geanyvc/src/geanyvc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1608,7 +1608,7 @@ vccommit_activated(G_GNUC_UNUSED GtkMenuItem * menuitem, G_GNUC_UNUSED gpointer
 	speller = gtkspell_new_attach(GTK_TEXT_VIEW(messageView), EMPTY(lang) ? NULL : lang, &spellcheck_error);
 	if (speller == NULL && spellcheck_error != NULL)
 	{
-		ui_set_statusbar(TRUE, _("Error initializing spell checking: %s"),
+		ui_set_statusbar(TRUE, _("Error initializing GeanyVC spell checking: %s. Check your configuration."),
 				 spellcheck_error->message);
 		g_error_free(spellcheck_error);
 		spellcheck_error = NULL;



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