diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-02-27 20:12:22 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-27 23:02:15 +0100 |
commit | aafd4c8431aa511511375ff39f87a7f8bde726e0 (patch) | |
tree | ce4cf35ab00220e4b19ca2b5da9278e839bad7e4 /instsetoo_native | |
parent | 53b11d3fe61b64b5a996a10d2d0491626c7fc5e4 (diff) |
tdf#135233: Useless looking translatable string: "error text goes here"
Change-Id: I7e25ea89594b8b71e9009d8e9227e039aff8ee32
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130657
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'instsetoo_native')
4 files changed, 3 insertions, 6 deletions
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt index 47b12d84a87f..fcfcfc8e065f 100644 --- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt @@ -246,7 +246,7 @@ SetupCompleteSuccess TextLine2 Text 135 55 328 45 65538 OOO_CONTROL_199 SetupCompleteSuccess TextLine3 Text 135 55 328 45 65538 OOO_CONTROL_200 SetupError A PushButton 222 97 66 17 3 OOO_CONTROL_204 SetupError C PushButton 222 97 66 17 3 OOO_CONTROL_205 -SetupError ErrorText Text 50 15 230 67 3 OOO_CONTROL_206 +SetupError ErrorText Text 50 15 230 67 3 error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here SetupError I PushButton 222 97 66 17 3 OOO_CONTROL_207 SetupError N PushButton 222 97 66 17 3 OOO_CONTROL_208 SetupError O PushButton 222 97 66 17 3 OOO_CONTROL_209 diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf index 18bb8fccacdc..fcea59317f08 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf @@ -469,9 +469,6 @@ en-US = "&Abort" [OOO_CONTROL_205] en-US = "&Cancel" -[OOO_CONTROL_206] -en-US = "error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here" - [OOO_CONTROL_207] en-US = "&Ignore" diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt index eee5c4e8cd48..d60ee7874971 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt @@ -248,7 +248,7 @@ SetupCompleteSuccess TextLine2 Text 135 55 328 45 65538 OOO_CONTROL_199 SetupCompleteSuccess TextLine3 Text 135 55 328 45 65538 OOO_CONTROL_200 SetupError A PushButton 222 97 66 17 3 OOO_CONTROL_204 SetupError C PushButton 222 97 66 17 3 OOO_CONTROL_205 -SetupError ErrorText Text 50 15 230 67 3 OOO_CONTROL_206 +SetupError ErrorText Text 50 15 230 67 3 error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here SetupError I PushButton 222 97 66 17 3 OOO_CONTROL_207 SetupError N PushButton 222 97 66 17 3 OOO_CONTROL_208 SetupError O PushButton 222 97 66 17 3 OOO_CONTROL_209 diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt index d9ac9d1a550a..bb64ac5e8e42 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt @@ -231,7 +231,7 @@ SetupCompleteSuccess TextLine2 Text 135 55 228 45 65538 OOO_CONTROL_199 SetupCompleteSuccess TextLine3 Text 135 55 228 45 65538 OOO_CONTROL_200 SetupError A PushButton 192 80 66 17 3 OOO_CONTROL_204 SetupError C PushButton 192 80 66 17 3 OOO_CONTROL_205 -SetupError ErrorText Text 50 15 200 50 3 OOO_CONTROL_206 +SetupError ErrorText Text 50 15 200 50 3 error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here error text goes here SetupError I PushButton 192 80 66 17 3 OOO_CONTROL_207 SetupError N PushButton 192 80 66 17 3 OOO_CONTROL_208 SetupError O PushButton 192 80 66 17 3 OOO_CONTROL_209 |