Change an error message to be more clear about the error.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2582 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2008-05-14 15:50:11 +00:00
parent c151befff3
commit f04e0c3955
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@
Add new function document_set_indicator_on_line() for future use.
Add some functions to the plugin API for the upcoming spell check
plugin.
* plugins/vcdiff.c:
Change an error message to be more clear about the error.
2008-05-14 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

View File

@ -304,7 +304,7 @@ static void show_output(const gchar *std_output, const gchar *name_prefix,
}
else
{
p_ui->set_statusbar(FALSE, _("Could not parse the output of the diff"));
p_ui->set_statusbar(FALSE, _("Input conversion of the diff output failed."));
}
g_free(text);
g_free(detect_enc);