diff options
author | Andras Timar <andras.timar@collabora.com> | 2024-12-20 18:55:28 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-12-20 18:55:53 +0100 |
commit | d155dd611fa5f379202c3ec9ddfd7cd39a788b18 (patch) | |
tree | 73cc4ba6d0d907829c7d9dd38a77454f611bbaba | |
parent | 3c909d9a97e82549e891020b6331ae77326c1133 (diff) |
[cp] Collabora Office in Windows desktop icon tooltip
distro/collabora/co-24.04
Change-Id: Icf9401e85c694295b7f53f698eec6e11ef6c653a
-rw-r--r-- | scp2/source/ooo/folderitem_ooo.scp | 6 | ||||
-rw-r--r-- | scp2/source/ooo/folderitem_ooo.ulf | 6 |
2 files changed, 6 insertions, 6 deletions
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" |