Bugzilla – Attachment 46978 Details for
Bug 15598
Typo in subscription-add.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15598: Also fixing space near exclamation mark in other files
PASSED-QA-Bug-15598-Also-fixing-space-near-exclama.patch (text/plain), 3.02 KB, created by
Katrin Fischer
on 2016-01-20 07:06:34 UTC
(
hide
)
Description:
[PASSED QA] Bug 15598: Also fixing space near exclamation mark in other files
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-01-20 07:06:34 UTC
Size:
3.02 KB
patch
obsolete
>From c0341b4a75cc21ac6f66b3f4e52299cdc48660ee Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Tue, 19 Jan 2016 15:10:03 -0600 >Subject: [PATCH] [PASSED QA] Bug 15598: Also fixing space near exclamation > mark in other files > >To test: >-Check that the space near to exclamation mark (!) is fixed > >Signed-off-by: Briana <brianagreally@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index 3e99a52..c31932a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -45,7 +45,7 @@ > var MSG_NRECORDS_ADDED = _("%s item(s) added to your cart"); > var MSG_NRECORDS_IN_BASKET = _("%s already in your cart"); > var MSG_NO_RECORD_SELECTED = _("No item was selected"); >- var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart) !"); >+ var MSG_NO_RECORD_ADDED = _("No item was added to your cart (already in your cart)!"); > var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); > var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); > var MSG_IN_YOUR_CART = _("Items in your cart: %s"); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >index 146b203..a9268cb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt >@@ -29,7 +29,7 @@ > <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to issuing rules</a> > [% ELSE %] > >- <p class="help">Use carefully ! If the destination library already has issuing rules, they will be deleted without warning !</p> >+ <p class="help">Use carefully! If the destination library already has issuing rules, they will be deleted without warning!</p> > <form action="/cgi-bin/koha/admin/clone-rules.pl" method="post"> > [% UNLESS ( frombranch ) %] > <fieldset> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >index 7de7652..d404f3b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >@@ -19,7 +19,7 @@ > } > if((form.checkbox[1].checked)){ > if(!(form.date2.value)){ >- alert(_("please enter a date !")); >+ alert(_("please enter a date!")); > return false; > } > } >-- >1.9.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 15598
:
46942
|
46943
|
46973
|
46977
| 46978