mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
Fixed a a «big bug» in a string ;-)
This commit is contained in:
parent
7483315f83
commit
1519d6b894
@ -486,7 +486,7 @@ translate_compile_error (gint *errcode, const gchar **errmsg)
|
|||||||
*errmsg = _("(*VERB) not recognized");
|
*errmsg = _("(*VERB) not recognized");
|
||||||
break;
|
break;
|
||||||
case G_REGEX_ERROR_NUMBER_TOO_BIG:
|
case G_REGEX_ERROR_NUMBER_TOO_BIG:
|
||||||
*errmsg = _("number is too bug");
|
*errmsg = _("number is too big");
|
||||||
break;
|
break;
|
||||||
case G_REGEX_ERROR_MISSING_SUBPATTERN_NAME:
|
case G_REGEX_ERROR_MISSING_SUBPATTERN_NAME:
|
||||||
*errmsg = _("missing subpattern name after (?&");
|
*errmsg = _("missing subpattern name after (?&");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user