Fixed some i18n stuff.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-06-23 22:01:41 +04:00
parent 63c290fef2
commit e73bfb2486
2 changed files with 3 additions and 3 deletions

View File

@ -180,8 +180,8 @@ const key_code_name_t key_name_conv_tab[] = {
{ (int) '_', "underline", N_("Underline"), "_" },
{ (int) '_', "understrike", N_("Understrike"), "_" },
{ (int) '|', "pipe", N_("Pipe"), "|" },
{ (int) '(', "lparenthese", N_("Left parenthese"), "(" },
{ (int) ')', "rparenthese", N_("Right parenthese"), ")" },
{ (int) '(', "lparenthesis", N_("Left parenthesis"), "(" },
{ (int) ')', "rparenthesis", N_("Right parenthesis"), ")" },
{ (int) '[', "lbracket", N_("Left bracket"), "[" },
{ (int) ']', "rbracket", N_("Right bracket"), "]" },
{ (int) '{', "lbrace", N_("Left brace"), "{" },

View File

@ -495,7 +495,7 @@ mc_setup_by_args (int argc, char *argv[])
if (argc < 3)
{
fprintf (stderr, "%s\n", _("There 2 files are required to diffviewer."));
fprintf (stderr, "%s\n", _("Two files are required to evoke the diffviewer."));
exit (EXIT_FAILURE);
}