Bugzilla – Attachment 89649 Details for
Bug 22889
Fix typos librairies and libaries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22889: Fix typos librairies and libaries
Bug-22889-Fix-typos-librairies-and-libaries.patch (text/plain), 2.96 KB, created by
Martin Renvoize (ashimema)
on 2019-05-13 07:57:24 UTC
(
hide
)
Description:
Bug 22889: Fix typos librairies and libaries
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-05-13 07:57:24 UTC
Size:
2.96 KB
patch
obsolete
>From bbae0adb95e842cc453381167955d26c8a47d0ff Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 11 May 2019 21:33:32 +0000 >Subject: [PATCH] Bug 22889: Fix typos librairies and libaries > >Fixes 2 typos. > >Test: >- Review patch > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc >index 69999d86a0..07642840ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc >@@ -67,7 +67,7 @@ > > [% IF Koha.Preference('Mana') == 1 and Koha.Preference('AutoShareWithMana').grep('subscription').size == 0 %] > [% IF one_language_enabled==0 or mana_id %] >- <div class="btn-group"><a data-toggle="modal" data-toggle="tooltip" title="Share the subscription with other librairies. Your email address will be associated to your sharing." data-target="#mana_share_modal" class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div> >+ <div class="btn-group"><a data-toggle="modal" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing." data-target="#mana_share_modal" class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div> > [% ELSE %] > <div class="btn-group" id="mana-subscription-share" data-toggle="tooltip" title="Share the subscription with other libraries. Your email address will be associated to your sharing."><a class="btn btn-default"><i class="fa fa-share-alt"></i> Share</a></div> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index 9d4f48d756..3a23d1ac19 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -17,7 +17,7 @@ > [% IF ( Koha.Preference('Mana') == 1) && !mana_url %] > <div class="dialog message"> > <h4>The Mana Knowledge Base feature is enabled but not configured.</h4> >- <p>This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libaries.</p> >+ <p>This feature allows you to retrieve and share data (subscription patterns and reports) with other Koha libraries.</p> > <p> > Ask your system administrator to configure this feature, or remove this note by <a href=/cgi-bin/koha/admin/share_content.pl>disabling the 'Mana' system preference</a>. > </p> >-- >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 22889
:
89622
|
89639
| 89649