]> 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)
committerLiz Rea <wizzyrea@gmail.com>
Sun, 7 Jun 2015 22:25:20 +0000 (10:25 +1200)
commitc9a0fbe7c6f13ca17dbac3e96647195a17c7af6a
treeab825d045835b99f59ed633fd11e5b6685138e7f
parent6ce56d5589def9ae3613cf5b03db5c4b09296b05
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>
(cherry picked from commit d7dc11e61fea5dcc3f0087e46b6eee8d74c21c63)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
debian/scripts/koha-translate