Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed May 22, 2015
1 parent 7962546 commit 2429c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/InfoProvider.py
Expand Up @@ -388,7 +388,7 @@ def check_includes(self):
listitems.append(node)
return listitems

def build_translate_label(self, label_id, scrope_name):
def build_translate_label(self, label_id, scope_name):
if "text.xml" in scope_name and self.addon_type == "python" and 32000 <= label_id <= 33000:
return "$ADDON[%s %i]" % (self.addon_name, label_id)
elif "text.xml" in scope_name:
Expand Down

0 comments on commit 2429c04

Please sign in to comment.