diff options
Diffstat (limited to 'src/fe-common/core/module-formats.c')
-rw-r--r-- | src/fe-common/core/module-formats.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 39546ea3..1453a9d0 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -83,5 +83,6 @@ FORMAT_REC fecommon_core_formats[] = /* ---- */ { NULL, N_("Misc"), 0 }, - { "not_toggle", N_("Value must be either ON, OFF or TOGGLE"), 0 } + { "not_toggle", N_("Value must be either ON, OFF or TOGGLE"), 0 }, + { "perl_error", N_("Perl error: $0"), 1, { 0 } } }; |