kivy i18n: catch more exeptions

This commit is contained in:
ThomasV 2016-02-04 20:35:35 +01:00
parent 3d42193223
commit afbf766d89
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ class _(str):
for label in _.observers:
try:
label.text = _(label.text.source_text)
except ReferenceError:
except:
pass