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/edit_translation.py')
-rw-r--r--ui_translate/edit_translation.py4
1 files changed, 2 insertions, 2 deletions
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"