@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt @@ -537,7 +537,7 @@ fieldset.rows table { clear: none; margin: 0; } var MSG_TEST_PREDICTION = _("Please click on 'Test prediction pattern' before saving subscription."); var MSG_REQUIRED_PUB_DATE = _("You must choose a first publication date"); var MSG_SAVE_PREDICTION_PATTERN = _("You have modified the advanced prediction pattern. Please save your work or cancel modifications."); - var MSG_PATTERN_IRREG = _("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid") + var MSG_PATTERN_IRREG = _("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid"); var MSG_PATTERN_NAME = _("Please enter a name for this pattern"); var MSG_PATTERN_NAME_EXISTS = _("This pattern name already exists. Do you want to modify it?"); var MSG_OVERWRITE_PATTERNS = _("Warning: This will modify the pattern for all subscriptions that are using it."); --