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