removed trailing whitespace and fixed indentation in history widget
This commit is contained in:
@@ -33,8 +33,8 @@ def _(x):
|
||||
def set_language(x):
|
||||
global language
|
||||
if x: language = gettext.translation('electrum', LOCALE_DIR, fallback = True, languages=[x])
|
||||
|
||||
|
||||
|
||||
|
||||
languages = {
|
||||
'':_('Default'),
|
||||
'pt_PT':_('Portuguese'),
|
||||
|
||||
Reference in New Issue
Block a user