From 8afee736554a0a1bc2a3b2ecb506a27b9be6bc18 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <Katrin.Fischer.83@web.de>
Date: Sat, 29 Nov 2014 11:59:45 +0100
Subject: [PATCH] Bug 9958: Improve RoutingSerials sys pref description

The RoutingSerials preference controls if the routing
list related functionality is visible in the serials
module.

To test:
- Go to the system preference editor - RoutingSerials
- Check the current description
- Apply patch
- Check the new description
- Verify functionality matches description

NOTE: The preference change is merely cosmetic. The value is
      still YesNo. A few git reset --hard origin/master
      and page refreshes confirmed expected values.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
---
 .../prog/en/modules/admin/preferences/serials.pref |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
index db727b6..2ecae83 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
@@ -16,9 +16,9 @@ Serials:
     -
         - pref: RoutingSerials
           choices:
-              yes: Add
-              no: "Don't add"
-        - received serials to the routing list.
+              yes: Use
+              no: "Don't use"
+        - the routing list feature in the serials module.
     -
         - pref: RoutingListAddReserves
           choices:
-- 
1.7.9.5