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:
authorCoDEmanX <codemanx@gmx.de>2014-02-04 06:05:05 +0400
committerCoDEmanX <codemanx@gmx.de>2014-02-04 06:05:05 +0400
commit049a5a86edcf78b070b73b141b657825145ae9a1 (patch)
tree6e5edf67d7974e0ad8beb209c57fd48c456ecfbe /ui_translate
parentd9fcbd06018165cc2cfca0673c7c2db44b04a833 (diff)
Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits
Diffstat (limited to 'ui_translate')
-rw-r--r--ui_translate/__init__.py6
-rw-r--r--ui_translate/edit_translation.py4
2 files changed, 5 insertions, 5 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"}
diff --git a/ui_translate/edit_translation.py b/ui_translate/edit_translation.py
index 03c42d00..b4d02a60 100644
--- a/ui_translate/edit_translation.py
+++ b/ui_translate/edit_translation.py
@@ -1,4 +1,4 @@
-# ##### BEGIN GPL LICENSE BLOCK #####
+# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -85,7 +85,7 @@ class UI_OT_i18n_edittranslation_update_mo(bpy.types.Operator):
class UI_OT_i18n_edittranslation(bpy.types.Operator):
- """Translate the label and tool tip of the property defined by given 'parameters'"""
+ """Translate the label and tooltip of the property defined by given 'parameters'"""
bl_idname = "ui.edittranslation"
bl_label = "Edit Translation"