diff options
Diffstat (limited to 'src/errors.h')
-rw-r--r-- | src/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h index f2624dfc1..7524b8046 100644 --- a/src/errors.h +++ b/src/errors.h @@ -488,3 +488,5 @@ EXTERN char e_no_white_space_allowed_after_str_str[] INIT(= N_("E1202: No white space allowed after '%s': %s")); EXTERN char e_dot_can_only_be_used_on_dictionary_str[] INIT(= N_("E1203: Dot can only be used on a dictionary: %s")); +EXTERN char e_regexp_number_after_dot_pos_search[] + INIT(= N_("E1204: No Number allowed after .: '\\%%%c'")); |