updates for i18n translations
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
|
||||
<ActionOvrButton@ActionButton>
|
||||
on_release:
|
||||
# fixme: the following line was commented out because it does no seem to do what it's intended:
|
||||
# fixme: the following line was commented out because it does no seem to do what it is intended
|
||||
# Clock.schedule_once(lambda dt: self.parent.parent.dismiss() if self.parent else None, 0.05)
|
||||
Clock.schedule_once(lambda dt: app.popup_dialog(self.name), 0.05)
|
||||
|
||||
|
||||
@@ -906,7 +906,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
||||
|
||||
self.fee_slider = QSlider(Qt.Horizontal, self)
|
||||
self.fee_slider.setRange(0, 4)
|
||||
self.fee_slider.setToolTip(_(''))
|
||||
self.fee_slider.setToolTip('')
|
||||
def slider_moved():
|
||||
from electrum.util import fee_levels
|
||||
i = self.fee_slider.sliderPosition()
|
||||
|
||||
Reference in New Issue
Block a user