kivy: fix missing i18n
This commit is contained in:
@@ -60,8 +60,8 @@ ReceiveScreen:
|
|||||||
pos_hint: {'center_y': .5}
|
pos_hint: {'center_y': .5}
|
||||||
BlueButton:
|
BlueButton:
|
||||||
id: amount_label
|
id: amount_label
|
||||||
default_text: 'Amount'
|
default_text: _('Amount')
|
||||||
text: s.amount if s.amount else 'Amount'
|
text: s.amount if s.amount else _('Amount')
|
||||||
on_release: app.amount_dialog(s, False)
|
on_release: app.amount_dialog(s, False)
|
||||||
CardSeparator:
|
CardSeparator:
|
||||||
opacity: message_selection.opacity
|
opacity: message_selection.opacity
|
||||||
|
|||||||
Reference in New Issue
Block a user