summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/Strings_Scale.src
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/Strings_Scale.src')
-rw-r--r--chart2/source/controller/dialogs/Strings_Scale.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/Strings_Scale.src b/chart2/source/controller/dialogs/Strings_Scale.src
index e7a3d6c2b1cf..6f8b75d9509c 100644
--- a/chart2/source/controller/dialogs/Strings_Scale.src
+++ b/chart2/source/controller/dialogs/Strings_Scale.src
@@ -42,3 +42,11 @@ String STR_MIN_GREATER_MAX
{
Text [ en-US ] = "The minimum must be lower than the maximum. Check your input." ;
};
+String STR_INVALID_INTERVALS
+{
+ Text [ en-US ] = "The major interval needs to be greater than the minor interval. Check your input." ;
+};
+String STR_INVALID_TIME_UNIT
+{
+ Text [ en-US ] = "The major and minor interval need to be greater or equal to the resolution. Check your input." ;
+};