From 3706997188c778befbdb0741ae48e5c1a719c19b Mon Sep 17 00:00:00 2001
From: Katrin Fischer
Date: Sun, 22 Nov 2015 01:32:26 +0100
Subject: [PATCH] Bug 8085: Rename 'Reserve slip' to 'Hold slip'
This patch changes all occurrences of 'Reserve slip'
to 'Hold slip' in the sample notices files and
in one of the system preferences.
To test:
- Make sure the sample_notices.sql are correctly
changed.
- Verify the description of the SlipCSS system
preference has been changed correctly.
Checked the working in system preferences and re-loaded notices from the
updated English sample notices SQL. Changes look correct.
Signed-off-by: Owen Leonard
Signed-off-by: Jonathan Druart
Signed-off-by: Kyle M Hall
---
installer/data/mysql/en/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/es-ES/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/it-IT/necessari/notices.sql | 2 +-
installer/data/mysql/pl-PL/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/ru-RU/mandatory/sample_notices.sql | 2 +-
installer/data/mysql/uk-UA/mandatory/sample_notices.sql | 2 +-
.../prog/en/modules/admin/preferences/staff_client.pref | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/installer/data/mysql/en/mandatory/sample_notices.sql b/installer/data/mysql/en/mandatory/sample_notices.sql
index 50bee6b6ab..ec07c94bb2 100644
--- a/installer/data/mysql/en/mandatory/sample_notices.sql
+++ b/installer/data/mysql/en/mandatory/sample_notices.sql
@@ -77,7 +77,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.sql b/installer/data/mysql/es-ES/mandatory/sample_notices.sql
index 6f1d6fe838..e2141a61b9 100644
--- a/installer/data/mysql/es-ES/mandatory/sample_notices.sql
+++ b/installer/data/mysql/es-ES/mandatory/sample_notices.sql
@@ -69,7 +69,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql
index 7ba1b83d68..e6cc9f43cb 100644
--- a/installer/data/mysql/it-IT/necessari/notices.sql
+++ b/installer/data/mysql/it-IT/necessari/notices.sql
@@ -71,7 +71,7 @@ Codice a barre: <>
Data di scadenza: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Ricevuta (prenotazione)', 'Data: <>
+('circulation','RESERVESLIP','Hold Slip','Ricevuta (prenotazione)', 'Data: <>
Trasferita a/Prenotata in <>
diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql
index 5fef900c6b..be95f0d2df 100644
--- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql
+++ b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql
@@ -70,7 +70,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql
index fbd53d9adb..b51660d54b 100644
--- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql
+++ b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql
@@ -70,7 +70,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql
index 8b0963ae00..cd4da03346 100644
--- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql
+++ b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql
@@ -69,7 +69,7 @@ Barcode: <>
Date due: <>
', 1),
-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', 'Date: <>
+('circulation','RESERVESLIP','Hold Slip','Hold Slip', 'Date: <>
Transfer to/Hold in <>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
index 992f4123af..75dfe0ed3f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
@@ -90,7 +90,7 @@ Staff Client:
- Include the stylesheet at
- pref: SlipCSS
class: url
- - on Issue and Reserve Slips. (This should be a complete URL, starting with http://
.)
+ - on Issue and Hold Slips. (This should be a complete URL, starting with http://
.)
Options:
-
- pref: viewMARC
--
2.39.5