Bugzilla – Attachment 41302 Details for
Bug 10363
Move authorised value related code into its own package
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10363: QA Follow-up - fixing POD and spelling
Bug-10363-QA-Follow-up---fixing-POD-and-spelling.patch (text/plain), 2.83 KB, created by
Katrin Fischer
on 2015-08-02 18:42:26 UTC
(
hide
)
Description:
Bug 10363: QA Follow-up - fixing POD and spelling
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-08-02 18:42:26 UTC
Size:
2.83 KB
patch
obsolete
>From 57f000c027e85ba1642cf932ec3cd6cca8903473 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 2 Aug 2015 20:34:35 +0200 >Subject: [PATCH] Bug 10363: QA Follow-up - fixing POD and spelling > >We should stick with either AE (authorized) or >BE (authorised) spelling. > >Corrected error messages to use authorized. > >Also fixed tiny copy & paste error in POD. >--- > Koha/AuthorisedValue.pm | 2 +- > .../prog/en/modules/admin/authorised_values.tt | 14 +++++++------- > 2 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/Koha/AuthorisedValue.pm b/Koha/AuthorisedValue.pm >index 6b7b3ab..ec7abe5 100644 >--- a/Koha/AuthorisedValue.pm >+++ b/Koha/AuthorisedValue.pm >@@ -88,7 +88,7 @@ sub add_branch_limitation { > return $limitation ? 1 : undef; > } > >-=head3 add_branch_limitation >+=head3 del_branch_limitation > > $av->del_branch_limitation( $branchcode ); > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index 3d34cf1..19f36d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -27,7 +27,7 @@ > $('#icons').tabs(); > > $("a.delete").click(function(){ >- return confirm(_("Are you sure you want to delete this authorised value?")); >+ return confirm(_("Are you sure you want to delete this authorized value?")); > }); > }); > //]]> >@@ -173,17 +173,17 @@ $(document).ready(function() { > <div class="dialog [% m.type %]"> > [% SWITCH m.code %] > [% CASE 'error_on_update' %] >- An error occurred when updating this authorised values. Perhaps the value already exists. >+ An error occurred when updating this authorized value. Perhaps the value already exists. > [% CASE 'error_on_insert' %] >- An error occurred when inserting this authorised values. Perhaps the value or the category already exists. >+ An error occurred when inserting this authorized value. Perhaps the value or the category already exists. > [% CASE 'error_on_delete' %] >- An error occurred when deleteing this authorised values. Check the logs. >+ An error occurred when deleting this authorized value. Check the logs. > [% CASE 'success_on_update' %] >- Authorised value updated with success. >+ Authorized value updated successfully. > [% CASE 'success_on_insert' %] >- Authorised value inserted with success. >+ Authorized value inserted successfully. > [% CASE 'success_on_delete' %] >- Authorised value deleted with success. >+ Authorized value deleted successfully. > [% CASE %] > [% m.code %] > [% END %] >-- >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 10363
:
18430
|
18431
|
18432
|
18751
|
18752
|
18753
|
20729
|
21833
|
21834
|
21835
|
21836
|
25284
|
25285
|
25286
|
25287
|
30583
|
30584
|
30585
|
30710
|
30711
|
30712
|
31565
|
32632
|
32633
|
32634
|
33416
|
33417
|
33422
|
33423
|
33860
|
33861
|
33862
|
33889
|
33949
|
35838
|
35839
|
35840
|
35841
|
41290
|
41291
|
41292
|
41293
|
41294
|
41302
|
41343
|
41344
|
41345
|
43112
|
43113
|
43114
|
43550
|
43551
|
43552
|
43553
|
43554
|
43555
|
43556
|
43557
|
43558
|
43559
|
43696
|
43827