scp2/source/ooo/folderitem_ooo.scp |    6 +++---
 scp2/source/ooo/folderitem_ooo.ulf |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d155dd611fa5f379202c3ec9ddfd7cd39a788b18
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Fri Dec 20 18:55:28 2024 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Fri Dec 20 18:55:53 2024 +0100

    [cp] Collabora Office in Windows desktop icon tooltip
    
    Change-Id: Icf9401e85c694295b7f53f698eec6e11ef6c653a

diff --git a/scp2/source/ooo/folderitem_ooo.scp 
b/scp2/source/ooo/folderitem_ooo.scp
index 183d2f6c04be..332cc832ef23 100644
--- a/scp2/source/ooo/folderitem_ooo.scp
+++ b/scp2/source/ooo/folderitem_ooo.scp
@@ -32,7 +32,7 @@ FolderItem gid_Folderitem_LibreOffice
     WkDir = gid_Brand_Dir_Program;
     Parameter = "";
     Styles = (NON_ADVERTISED);
-    ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
+    ALL_LANG(Tooltip, STR_FI_TOOLTIP_COFFICE);
 End
 
 FolderItemProperty gid_Fip_LibreOffice_AppID
@@ -56,7 +56,7 @@ FolderItem gid_Folderitem_Soffice_Desktop
     WkDir = gid_Brand_Dir_Program;
     Parameter = "";
     Styles = (NON_ADVERTISED,USE_HELPER_FILENAME);
-    ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
+    ALL_LANG(Tooltip, STR_FI_TOOLTIP_COFFICE);
     ComponentCondition = "CREATEDESKTOPLINK=1";
 End
 
@@ -80,7 +80,7 @@ FolderItem gid_Folderitem_LibreOffice_SafeMode
     WkDir = gid_Brand_Dir_Program;
     Parameter = "--safe-mode";
     Styles = (NON_ADVERTISED);
-    ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
+    ALL_LANG(Tooltip, STR_FI_TOOLTIP_COFFICE);
 End
 
 FolderItemProperty gid_Fip_LibreOffice_SafeMode
diff --git a/scp2/source/ooo/folderitem_ooo.ulf 
b/scp2/source/ooo/folderitem_ooo.ulf
index 22f8a37f7981..763ee06e20e9 100644
--- a/scp2/source/ooo/folderitem_ooo.ulf
+++ b/scp2/source/ooo/folderitem_ooo.ulf
@@ -15,7 +15,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
- 
+
 [STR_FI_NAME_FROMTEMPLATE]
 en-US = "From Template"
 
@@ -25,5 +25,5 @@ en-US = "Open Document"
 [STR_FI_NAME_SAFEMODE]
 en-US = "%PRODUCTNAME (Safe Mode)"
 
-[STR_FI_TOOLTIP_SOFFICE]
-en-US = "LibreOffice, the office productivity suite provided by The Document 
Foundation. See https://www.documentfoundation.org";
+[STR_FI_TOOLTIP_COFFICE]
+en-US = "Collabora Office, the office productivity suite based on LibreOffice 
Technology, provided by Collabora Productivity. See https://collaboraoffice.com";

Reply via email to