summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2011-11-26 14:37:56 +0200
committerLior Kaplan <kaplanlior@gmail.com>2011-11-26 14:37:56 +0200
commit736992fca6c1c8307a18827e4bde4bc4889b8b75 (patch)
tree8eec0b2666f5dd20b24536f78236482523a4092f /basic
parent93253ee6ab355a0590e9632e2ce2f024af15c535 (diff)
Expend abbreviation of min/max, too close to last full stop
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/svtmsg.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src
index 68c2930236b8..68b92fcfe30f 100644
--- a/basic/source/app/svtmsg.src
+++ b/basic/source/app/svtmsg.src
@@ -123,11 +123,11 @@ String S_WIN_DISABLED
};
String S_NUMBER_TOO_BIG
{
- Text[ en-US ] = "Entry number ($Arg2) is too large in ($Arg1). Max. allowed is ($Arg3)";
+ Text[ en-US ] = "Entry number ($Arg2) is too large in ($Arg1). Maximum allowed is ($Arg3)";
};
String S_NUMBER_TOO_SMALL
{
- Text[ en-US ] = "The entry number ($Arg2) is too small in ($Arg1). Min allowed is ($Arg3)";
+ Text[ en-US ] = "The entry number ($Arg2) is too small in ($Arg1). Minimum allowed is ($Arg3)";
};
String S_WINDOW_DISAPPEARED
{