]> git.koha-community.org Git - koha.git/commit
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)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 04:22:09 +0000 (16:22 +1200)
commit23de58d6e53a51276bdb8321f60efa1dfc93d643
tree4ae204c95019404c3859268aebf1b6a7d5255ca2
parenta2cdb740bd9106c19bb5fb9435ca6ca6f1f74704
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: Mason James <mtj@kohaaloha.com>
debian/scripts/koha-translate