You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/02/17 18:08:10 UTC

[openoffice] branch trunk updated: Corrected string for Less-Button - This fixes Issue 128293

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b56fb64  Corrected string for Less-Button - This fixes Issue 128293
b56fb64 is described below

commit b56fb6444b0dfe965e06d9a6ed3ee7624ed87074
Author: mseidel <ms...@apache.org>
AuthorDate: Mon Feb 17 19:07:37 2020 +0100

    Corrected string for Less-Button - This fixes Issue 128293
---
 main/vcl/source/src/btntext.src | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/main/vcl/source/src/btntext.src b/main/vcl/source/src/btntext.src
index 3e28686..ccd9c5d 100644
--- a/main/vcl/source/src/btntext.src
+++ b/main/vcl/source/src/btntext.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -27,51 +27,52 @@
 
 String SV_BUTTONTEXT_OK
 {
-	Text [ en-US ] = "OK";
+	Text [ en-US ] = "OK" ;
 };
 
 String SV_BUTTONTEXT_CANCEL
 {
-	Text [ en-US ] = "Cancel";
+	Text [ en-US ] = "Cancel" ;
 };
 
 String SV_BUTTONTEXT_YES
 {
-	Text [ en-US ] = "~Yes";
+	Text [ en-US ] = "~Yes" ;
 };
 
 String SV_BUTTONTEXT_NO
 {
-	Text [ en-US ] = "~No";
+	Text [ en-US ] = "~No" ;
 };
 
 String SV_BUTTONTEXT_RETRY
 {
-	Text [ en-US ] = "~Retry";
+	Text [ en-US ] = "~Retry" ;
 };
 
 String SV_BUTTONTEXT_HELP
 {
-	Text [ en-US ] = "~Help";
+	Text [ en-US ] = "~Help" ;
 };
 
 String SV_BUTTONTEXT_MORE
 {
-	Text [ en-US ] = "~More";
+	Text [ en-US ] = "~More" ;
 };
 
 String SV_BUTTONTEXT_LESS
 {
-	Text [ en-US ] = "~More";
+	Text [ en-US ] = "~Less" ;
 };
 
 String SV_BUTTONTEXT_IGNORE
 {
-	Text [ en-US ] = "~Ignore";
+	Text [ en-US ] = "~Ignore" ;
 };
 
 String SV_BUTTONTEXT_ABORT
 {
-	Text [ en-US ] = "~Abort";
+	Text [ en-US ] = "~Abort" ;
 };
 
+// ********************************************************************** EOF