Fix typos
This commit is contained in:
committed by
Johann Bauer
parent
5b2b59420f
commit
989c9c2b55
@@ -143,7 +143,7 @@ class InfoBubble(Factory.Bubble):
|
||||
else:
|
||||
Window.add_widget(self)
|
||||
|
||||
# wait for the bubble to adjust it's size according to text then animate
|
||||
# wait for the bubble to adjust its size according to text then animate
|
||||
Clock.schedule_once(lambda dt: self._show(pos, duration))
|
||||
|
||||
def _show(self, pos, duration):
|
||||
|
||||
@@ -65,7 +65,7 @@ Builder.load_string('''
|
||||
description: _("Create replaceable transactions.")
|
||||
message:
|
||||
_('If you check this box, your transactions will be marked as non-final,') \
|
||||
+ ' ' + _('and you will have the possiblity, while they are unconfirmed, to replace them with transactions that pays higher fees.') \
|
||||
+ ' ' + _('and you will have the possibility, while they are unconfirmed, to replace them with transactions that pays higher fees.') \
|
||||
+ ' ' + _('Note that some merchants do not accept non-final transactions until they are confirmed.')
|
||||
action: partial(root.boolean_dialog, 'use_rbf', _('Replace by fee'), self.message)
|
||||
CardSeparator
|
||||
|
||||
@@ -209,7 +209,7 @@ class SendScreen(CScreen):
|
||||
if not self.screen.address:
|
||||
return
|
||||
if self.screen.is_pr:
|
||||
# it sould be already saved
|
||||
# it should be already saved
|
||||
return
|
||||
# save address as invoice
|
||||
from electrum.paymentrequest import make_unsigned_request, PaymentRequest
|
||||
@@ -460,7 +460,7 @@ class TabbedCarousel(Factory.TabbedPanel):
|
||||
self.current_tab.state = "normal"
|
||||
header.state = 'down'
|
||||
self._current_tab = header
|
||||
# set the carousel to load the appropriate slide
|
||||
# set the carousel to load the appropriate slide
|
||||
# saved in the screen attribute of the tab head
|
||||
slide = carousel.slides[header.slide]
|
||||
if carousel.current_slide != slide:
|
||||
|
||||
Reference in New Issue
Block a user