summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xweb/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/fetch.py b/web/fetch.py
index 5a83fa7..129b142 100755
--- a/web/fetch.py
+++ b/web/fetch.py
@@ -55,6 +55,6 @@ vcx.close()
# Fetch all translations and record them at in/
for i in langs:
print("Fetching %s..." %(i))
- t.get_translation(project, 'Website', i, 'po/'+str(i)+'.po')
+ t.get_translation(project, 'website', i, 'po/'+str(i)+'.po')