Bugzilla – Attachment 93537 Details for
Bug 23713
Subscription add form broken for translations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23713: (follow-up) Add missing semicolon
Bug-23713-follow-up-Add-missing-semicolon.patch (text/plain), 1.80 KB, created by
Julian Maurice
on 2019-10-03 09:19:54 UTC
(
hide
)
Description:
Bug 23713: (follow-up) Add missing semicolon
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2019-10-03 09:19:54 UTC
Size:
1.80 KB
patch
obsolete
>From 39492dc4d0752688a1a6307f46d5fea259f3d85e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Wed, 2 Oct 2019 07:41:45 +0000 >Subject: [PATCH] Bug 23713: (follow-up) Add missing semicolon > >Adds a missing semicolon to one of the lines with translated >messages. > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > .../intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >index 43eb7b3f41..e59c3258a7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >+++ b/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."); >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23713
:
93385
|
93399
|
93400
|
93536
|
93537
|
93538
|
93539