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/04/04 21:30:52 UTC

[openoffice] branch AOO42X updated: Cleanup, added space before strings

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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 5c603f7  Cleanup, added space before strings
5c603f7 is described below

commit 5c603f77ddde7819cccf48b7de3609d1baa1121c
Author: mseidel <ms...@apache.org>
AuthorDate: Sat Apr 4 23:26:04 2020 +0200

    Cleanup, added space before strings
    
    (cherry picked from commit 622b7d4dbb350609a0382a6f9c2ddf1b9b5e441c)
---
 main/sw/source/ui/chrdlg/chrdlg.src | 45 +++++++------------------------------
 1 file changed, 8 insertions(+), 37 deletions(-)

diff --git a/main/sw/source/ui/chrdlg/chrdlg.src b/main/sw/source/ui/chrdlg/chrdlg.src
index f76514c..548a385 100644
--- a/main/sw/source/ui/chrdlg/chrdlg.src
+++ b/main/sw/source/ui/chrdlg/chrdlg.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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,11 +24,11 @@
 #include "chrdlg.hrc"
 String STR_TEXTCOLL_HEADER
 {
-	Text [ en-US ] = "(Paragraph Style: " ;
+	Text [ en-US ] = " (Paragraph Style: " ;
 };
 String STR_PAGEFMT_HEADER
 {
-	Text [ en-US ] = "(Page Style: " ;
+	Text [ en-US ] = " (Page Style: " ;
 };
 String SW_STR_NONE
 {
@@ -38,36 +38,7 @@ InfoBox MSG_ILLEGAL_PAGENUM
 {
 	BUTTONS = WB_OK ;
 	DEFBUTTON = WB_DEF_OK ;
-	/* ### ACHTUNG: Neuer Text in Resource? Seitennummer kann nicht gesetzt werden. Auf linken Seiten d�rfen nur gerade Seitenzahlen, auf rechten Seiten nur ungerade Seitenzahlen verwendet werden. : Seitennummer kann nicht gesetzt werden. Auf linken Seiten d�rfen nur gerade Seitenzahlen, auf rechten Seiten nur ungerade Seitenzahlen verwendet werden. */
-	Message [ en-US ] = "Page numbers cannot be applied to the current page.  Even numbers can be used on left pages, odd numbers on right pages." ;
+	Message [ en-US ] = "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages." ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF