[Libreoffice-commits] .: basic/source

Lior Kaplan kaplan at kemper.freedesktop.org
Sat Nov 26 04:39:44 PST 2011


 basic/source/app/svtmsg.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 736992fca6c1c8307a18827e4bde4bc4889b8b75
Author: Lior Kaplan <kaplanlior at gmail.com>
Date:   Sat Nov 26 14:37:56 2011 +0200

    Expend abbreviation of min/max, too close to last full stop

diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src
index 68c2930..68b92fc 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
 {


More information about the Libreoffice-commits mailing list