@@ -, +, @@ --- admin/cities.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) --- a/admin/cities.pl +++ a/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. # --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ a/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' %] --