commit 97dc130e26b36af84f5fb54b468d867423243c97 parent fd5d0d2d9c742326631d7e558dbbb94cf7c43473 Author: ThomasV <thomasv@electrum.org> Date: Mon, 20 Jun 2016 13:30:54 +0200 fix: i18n in base_wizard Diffstat:
M | lib/base_wizard.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/base_wizard.py b/lib/base_wizard.py @@ -25,7 +25,7 @@ import os from electrum.wallet import Wallet, Multisig_Wallet -from electrum_gui.kivy.i18n import _ +from i18n import _ class BaseWizard(object):