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__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py
index 99f608b4..71c42185 100644
--- a/ui_translate/__init__.py
+++ b/ui_translate/__init__.py
@@ -24,11 +24,11 @@ bl_info = {
"version": (1, 1, 1),
"blender": (2, 66, 6),
"location": "Main \"File\" menu, text editor, any UI control",
- "description": "Allow to manage UI translations directly from Blender (update main po files, "
- "update scripts' translations, etc.)",
+ "description": "Allow to manage 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",
- "tracker_url": "http://projects.blender.org/tracker/?atid=498&group_id=9&func=browse",
+ "tracker_url": "",
"support": 'OFFICIAL',
"category": "System"}