Bug 12508: Follow up - corrects capitalization
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 6 Jul 2014 16:41:43 +0000 (18:41 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 10 Jul 2014 13:44:15 +0000 (10:44 -0300)
Corrects 2 strings:
- 'Delete this contract'
- 'Contract deleted'

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt

index b4a6e0c..afbabfd 100644 (file)
@@ -78,7 +78,7 @@ function Check(ff) {
         &rsaquo; Confirm deletion of contract [% contractnumber %]
     [% END %]
     [% IF ( delete_confirmed ) %]
-        <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a> &rsaquo; Contract Deleted
+        <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a> &rsaquo; Contract deleted
     [% END %]
     [% IF ( else ) %]Contracts[% END %]
 </div>
@@ -156,7 +156,7 @@ function Check(ff) {
                             <input type="hidden" name="op" value="delete_confirmed" />
                             <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
                             <input type="hidden" name="contractnumber" value="[% contractnumber %]" />
-                            <input type="submit" value="Delete this Contract" />
+                            <input type="submit" value="Delete this contract" />
                             <a class="cancel" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]&amp;contractnumber=[% contractnumber %]">Cancel</a>
                         </fieldset>
                     </fieldset>