From 3cfc8a653ec53a7fcc306563c2a939c5a940761c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 2 Oct 2015 08:34:51 +0100 Subject: [PATCH] [PASSED QA] Bug 14888: Update copyright and wording Signed-off-by: Katrin Fischer --- admin/cities.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/cities.pl b/admin/cities.pl index 306927f..4a6247c 100755 --- a/admin/cities.pl +++ b/admin/cities.pl @@ -1,6 +1,7 @@ #! /usr/bin/perl # Copyright 2006 SAN OUEST-PROVENCE et Paul POULAIN +# Copyright 2015 Koha Development Team # # This file is part of Koha. # diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt index a526209..facb119 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -45,13 +45,13 @@ [% CASE 'error_on_update' %] An error occurred when updating this city. Perhaps it already exists. [% CASE 'error_on_insert' %] - An error occurred when inserting this city. The city id might already exist. + An error occurred when adding this city. The city id might already exist. [% CASE 'error_on_delete' %] An error occurred when deleting this city. Check the logs. [% CASE 'success_on_update' %] City updated successfully. [% CASE 'success_on_insert' %] - City inserted successfully. + City added successfully. [% CASE 'success_on_delete' %] City deleted successfully. [% CASE 'already_exists' %] -- 1.9.1