View | Details | Raw Unified | Return to bug 14888
Collapse All | Expand All

(-)a/admin/cities.pl (+1 lines)
Lines 1-6 Link Here
1
#! /usr/bin/perl
1
#! /usr/bin/perl
2
2
3
# Copyright 2006 SAN OUEST-PROVENCE et Paul POULAIN
3
# Copyright 2006 SAN OUEST-PROVENCE et Paul POULAIN
4
# Copyright 2015 Koha Development Team
4
#
5
#
5
# This file is part of Koha.
6
# This file is part of Koha.
6
#
7
#
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +1 lines)
Lines 45-51 Link Here
45
        [% CASE 'error_on_update' %]
45
        [% CASE 'error_on_update' %]
46
            An error occurred when updating this city. Perhaps it already exists.
46
            An error occurred when updating this city. Perhaps it already exists.
47
        [% CASE 'error_on_insert' %]
47
        [% CASE 'error_on_insert' %]
48
            An error occurred when inserting this city. The city id might already exist.
48
            An error occurred when adding this city. The city id might already exist.
49
        [% CASE 'error_on_delete' %]
49
        [% CASE 'error_on_delete' %]
50
            An error occurred when deleting this city. Check the logs.
50
            An error occurred when deleting this city. Check the logs.
51
        [% CASE 'success_on_update' %]
51
        [% CASE 'success_on_update' %]
52
- 

Return to bug 14888