Fixed a a «big bug» in a string ;-)

This commit is contained in:
Daniel Mustieles 2012-07-02 17:24:45 +02:00
parent 7483315f83
commit 1519d6b894

View File

@ -486,7 +486,7 @@ translate_compile_error (gint *errcode, const gchar **errmsg)
*errmsg = _("(*VERB) not recognized");
break;
case G_REGEX_ERROR_NUMBER_TOO_BIG:
*errmsg = _("number is too bug");
*errmsg = _("number is too big");
break;
case G_REGEX_ERROR_MISSING_SUBPATTERN_NAME:
*errmsg = _("missing subpattern name after (?&");