Make error translatable
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user