Commit a45e43a2 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

pamhyr: Minor change.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -32,8 +32,8 @@ def main(): ...@@ -32,8 +32,8 @@ def main():
# French # French
lang_file = os.path.dirname(__file__) + "/lang/fr.qm" lang_file = os.path.dirname(__file__) + "/lang/fr.qm"
else: else:
lang_file = ""
# English default language # English default language
lang_file = ""
if lang_file != "": if lang_file != "":
ok = translator.load(lang_file) ok = translator.load(lang_file)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment