Bugzilla – Attachment 63858 Details for
Bug 18700
Fix ungrammatical sentence
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised to incorporate Marc's suggestion
0001-Bug-18700-Fix-grammar-data-cannot-be-pluralized.patch (text/plain), 2.08 KB, created by
Colin Campbell
on 2017-05-31 08:32:14 UTC
(
hide
)
Description:
Revised to incorporate Marc's suggestion
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2017-05-31 08:32:14 UTC
Size:
2.08 KB
patch
obsolete
>From 292137c2eae6f584dc17ea2a56a8e42ba9052cde Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 30 May 2017 15:17:58 +0100 >Subject: [PATCH] Bug 18700 Fix grammar (data cannot be pluralized) >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >data is a mass noun or plural of datum - datas is ungrammatical >and jarring for a native speaker. >Split the awkward sounding sentence into two for more clarity, >thanks to Marc Véron for the suggestion. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 942bf32..0d43e6f 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 >@@ -72,7 +72,7 @@ > <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt> > <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records. Note that the mapping can be defined through MARC Bibliographic Framework. This tool is just a shortcut to speed up linkage.</dd> > <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt> >- <dd>Define the mapping between keywords and MARC fields, those keywords are used to find some datas independently of the framework.</dd> >+ <dd>Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.</dd> > <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt> > <dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd> > <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt> >-- >2.9.4 >
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 18700
:
63848
|
63858
|
63860
|
63921