Make error translatable

This commit is contained in:
Hugo Posnic
2016-12-17 12:16:09 +01:00
parent b3666b9de4
commit 39c5fb75de
5 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class ManjaroHello():
with open(filename, "r") as f:
return f.read()
except OSError as e:
return "Can't load page."
return _("Can't load page.")
# Handlers
def on_languages_changed(self, combobox):