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 2021/08/12 15:24:27 UTC

[openoffice] branch AOO41X updated: This is no longer a registration wizard, so changing the wording.

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

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


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 1aa2d40  This is no longer a registration wizard, so changing the wording.
1aa2d40 is described below

commit 1aa2d409725ebefc4e3e0adc5596e5ad38718e4c
Author: Matthias Seidel <ms...@apache.org>
AuthorDate: Fri Feb 15 21:10:02 2019 +0000

    This is no longer a registration wizard, so changing the wording.
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853668 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit cf5107754a6f5b47518b95800ef5b186b304d394)
---
 main/desktop/source/migration/wizard.src | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/main/desktop/source/migration/wizard.src b/main/desktop/source/migration/wizard.src
index 1b8bcad..9c783c0 100644
--- a/main/desktop/source/migration/wizard.src
+++ b/main/desktop/source/migration/wizard.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.
- * 
+ *
  *************************************************************/
 
 
@@ -82,7 +82,7 @@ String STR_WELCOME_MIGRATION
 
 String STR_WELCOME_WITHOUT_LICENSE
 {
-    Text [ en-US ] = "This wizard will guide you through the registration of %PRODUCTNAME.\n\nClick 'Next' to continue.";
+    Text [ en-US ] = "This wizard will guide you through the setup of %PRODUCTNAME.\n\nClick 'Next' to continue.";
 };
 
 String STR_FINISH
@@ -436,3 +436,4 @@ TabPage TP_REGISTRATION
     };
 };
 
+// ********************************************************************** EOF