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 'precision_drawing_tools/pdt_msg_strings.py')
-rw-r--r--precision_drawing_tools/pdt_msg_strings.py19
1 files changed, 10 insertions, 9 deletions
diff --git a/precision_drawing_tools/pdt_msg_strings.py b/precision_drawing_tools/pdt_msg_strings.py
index cf586d56..0c586200 100644
--- a/precision_drawing_tools/pdt_msg_strings.py
+++ b/precision_drawing_tools/pdt_msg_strings.py
@@ -26,20 +26,21 @@
# If you edit this file do not change any of the PDT_ format, just the Text Value in "'s
# Do not delete any of the PDT_ lines
#
-# Menu Labels
-#
"""This file contains all the Message Strings.
- These strings are called by various programmes in PDT,
- they can be set to suit individual User requirements.
+ Note:
+ These strings are called by various programmes in PDT,
+ they can be set to suit individual User requirements.
-Args:
- None
+ Args:
+ None
-Returns:
- None
-"""
+ Returns:
+ None.
+ """
+# Menu Labels
+#
PDT_LAB_ABS = "Absolute" # "Global"
PDT_LAB_DEL = "Delta" # "Relative"
PDT_LAB_DIR = "Direction" # "Polar"