1
0

updates for i18n translations

This commit is contained in:
ThomasV
2016-08-01 10:04:11 +02:00
parent 56356d5f26
commit 7ee47491b3
3 changed files with 6 additions and 4 deletions

View File

@@ -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)