diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-02-27 19:38:09 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-27 20:20:47 +0100 |
commit | dc42e6989713e2790eeedb37ae1c3b4f342ec528 (patch) | |
tree | 4bb2a56b640f825103e53d44e6fb6dab1aff3cb2 /instsetoo_native/inc_sdkoo/windows | |
parent | 31e7845339b30a69f06a04619660398fe4267268 (diff) |
Use STR_INSTALLATION_WIZARD tooin instsetoo_native/sdkoo part
Change-Id: I3a26ad7efabffc317448f3636ea98853217baf6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130652
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'instsetoo_native/inc_sdkoo/windows')
-rw-r--r-- | instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt index 2ffb005a91b4..7e97dd8c7956 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt @@ -22,7 +22,7 @@ ReadyToInstall 50 50 374 266 35 [ProductName] - [STR_INSTALLATION_WIZARD] Instal ReadyToRemove 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] RemoveNow RemoveNow Cancel SetupCompleteError 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] Finish Finish Finish SetupCompleteSuccess 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] OK OK OK -SetupError 50 10 270 110 65543 [ProductName] Installerinformationen ErrorText O C +SetupError 50 10 270 110 65543 [ProductName] [STR_INSTALLATION_WIZARD] ErrorText O C SetupInitialization 50 50 374 266 5 [ProductName] - [STR_INSTALLATION_WIZARD] Cancel Cancel Cancel SetupInterrupted 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] Finish Finish Finish SetupProgress 50 50 374 266 5 [ProductName] - [STR_INSTALLATION_WIZARD] Cancel Cancel Cancel |