From 2c847b09b6e124bc30872ee537151c88de3bd65c Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Wed, 27 Sep 2006 00:52:26 +0200 Subject: * Fixed a missing import * Hopefully some strings can now be translated * Wording: Normal -> Distribution updates, to better separate them from the third party updates --- UpdateManager/Common/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'UpdateManager/Common') diff --git a/UpdateManager/Common/utils.py b/UpdateManager/Common/utils.py index fa73b8bd..1fcd022f 100644 --- a/UpdateManager/Common/utils.py +++ b/UpdateManager/Common/utils.py @@ -1,5 +1,6 @@ import gtk from gettext import gettext as _ +import locale def str_to_bool(str): if str == "0" or str.upper() == "FALSE": -- cgit v1.2.3