Bug 14203: Message for non-existent lang removal
authorIndranil Das Gupta <indradg@gmail.com>
Thu, 14 May 2015 19:42:11 +0000 (01:12 +0530)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 26 May 2015 13:42:05 +0000 (10:42 -0300)
commitd7dc11e61fea5dcc3f0087e46b6eee8d74c21c63
tree6ed11492b83a6a10d8613382584bf995f3ec9aad
parent4f994e8baf3ffd209f6a0a85993039f753ec6e32
Bug 14203: Message for non-existent lang removal

A trivial string patch to update the error message displayed to
user if koha-translate is used to attempt removal of a language
that is not installed.

Test plan
=========

1/ attempt to remove a non-existent language by
   <installdir>/debian/scripts/koha-translate --remove <langcode>
2/ it should show "Error: the selected language is not already
   installed."
3/ apply patch
4/ repeat step 1; it should show "Error: the selected language is
   not installed."

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
debian/scripts/koha-translate