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/03/25 14:06:28 UTC

[openoffice] branch trunk updated: Use %PRODUCTNAME for configuration file

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 e760406  Use %PRODUCTNAME for configuration file
e760406 is described below

commit e7604068b5e43f4ea8b79ba424b21a66d44b6d44
Author: mseidel <ms...@apache.org>
AuthorDate: Thu Mar 25 14:34:41 2021 +0100

    Use %PRODUCTNAME for configuration file
---
 main/scp2/source/ooo/registryitem_ooo.ulf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/main/scp2/source/ooo/registryitem_ooo.ulf b/main/scp2/source/ooo/registryitem_ooo.ulf
index b20fb24..3ec34d4 100644
--- a/main/scp2/source/ooo/registryitem_ooo.ulf
+++ b/main/scp2/source/ooo/registryitem_ooo.ulf
@@ -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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,10 +28,10 @@ en-US = "&New"
 en-US = "&Install"
 
 [STR_REG_VAL_SO60_CONFIGFILE]
-en-US = "OpenOffice.org 1.1 Configuration File"
+en-US = "%PRODUCTNAME Configuration File"
 
 [STR_REG_VAL_SO50_TEMPLATE_OOO]
 en-US = "StarOffice 5.0 Template"
 
 [STR_REG_VAL_APPCAPABILITY_DESCRIPTION_OOO]
-en-US = "office productivity suite based on Apache OpenOffice project"
+en-US = "Office productivity suite based on Apache OpenOffice"