Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui_translate/__init__.py')
-rw-r--r--ui_translate/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py
index 51686fd4..72f63a92 100644
--- a/ui_translate/__init__.py
+++ b/ui_translate/__init__.py
@@ -27,9 +27,10 @@ bl_info = {
"description": "Allows managing UI translations directly from Blender "
"(update main .po files, update scripts' translations, etc.)",
"warning": "Still in development, not all features are fully implemented yet!",
- "wiki_url": "http://wiki.blender.org/index.php/Dev:Doc/How_to/Translate_Blender",
+ "doc_url": "http://wiki.blender.org/index.php/Dev:Doc/How_to/Translate_Blender",
"support": 'OFFICIAL',
- "category": "System"}
+ "category": "System",
+}
if "bpy" in locals():