Remove wrong comments

merge-requests/64/head
Hugo Posnic 2017-09-16 16:11:21 +02:00
parent 9a86bbff80
commit 5be9bccaeb
No known key found for this signature in database
GPG Key ID: CC434CB871D038F7
1 changed files with 4 additions and 10 deletions

View File

@ -129,13 +129,10 @@ class Hello():
self.save["locale"] = locale
# Dirty code to fix an issue with gettext that can't translate strings from glade files
# Redfining all translatables strings
# TODO: Find a better solution
# Real-time locale changing
elts = {
"comments": {
"aboutdialog"
},
"comments": { "aboutdialog"},
"label": {
"autostartlabel",
"development",
@ -155,10 +152,7 @@ class Hello():
"welcometitle",
"wiki"
},
"tooltip_text": {
"about",
"home"
}
"tooltip_text": { "about", "home" }
}
for method in elts:
for elt in elts[method]: