From 6a3c93eeeba7d6457af22cb31c6464e3ac5786f9 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 14 Jun 2019 17:40:52 +0000 Subject: [PATCH] Bug 22358: (QA follow-up) Clear up phrasing Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize (cherry picked from commit a72feaa40cbcf34f8f77ecac58ca6b269e9b95c9) Signed-off-by: Fridolin Somers --- Koha/SharedContent.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/SharedContent.pm b/Koha/SharedContent.pm index fadf575ca6..d619fb9a03 100644 --- a/Koha/SharedContent.pm +++ b/Koha/SharedContent.pm @@ -28,12 +28,12 @@ use C4::Context; =head1 NAME -Koha::SharedContent - Set of methods to querying Mana KB server +Koha::SharedContent - Set of methods ofr querying Mana KB server =head1 DESCRIPTION Package for accessing shared content via Mana KB. Methods here are intended -to build and process queries for requesting Mana KB server. +to build and process queries for requesting from Mana KB server. =cut @@ -75,8 +75,8 @@ sub process_request { Koha::SharedContent::increment_entity_value($entity_type, $mana_entity_id, $field); -Increment of 1 the field $field of a Mana entity. I.e, this is used to count the number -of Koha instance using a specific entity. +Increment by 1 the field $field of a Mana entity. I.e, this is used to count the number +of Koha instances using a specific entity. =cut -- 2.20.1