Browse Source

fix: i18n in base_wizard

283
ThomasV 9 years ago
parent
commit
97dc130e26
  1. 2
      lib/base_wizard.py

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

Loading…
Cancel
Save