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 |
- |
|
|