fix: i18n in base_wizard

This commit is contained in:
ThomasV 2016-06-20 13:30:54 +02:00
parent fd5d0d2d9c
commit 97dc130e26
1 changed files with 1 additions and 1 deletions

View File

@ -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):