summaryrefslogtreecommitdiffstats
path: root/src/mbyte.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbyte.c')
-rw-r--r--src/mbyte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbyte.c b/src/mbyte.c
index e9febcb98b..2f4edd53af 100644
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -513,7 +513,7 @@ mb_init(void)
else if (GetLastError() == ERROR_INVALID_PARAMETER)
{
codepage_invalid:
- return N_("E543: Not a valid codepage");
+ return N_(e_not_valid_codepage);
}
}
#endif