diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-01-22 11:24:24 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-01-22 18:00:28 +0100 |
commit | 7b129f55b4da9a20581fe805b7dacadcb6386252 (patch) | |
tree | 40572d38d7e4821f31e9c8b866e4a575112966a5 /instsetoo_native | |
parent | 1c5246a8c454c9af20bb73ec87bc7aca7dc0030b (diff) |
Windows installer: Use blank phone # instead of x-xxx-xxx-xxx
Change-Id: Ia90de861bc3aa02e8b0bf482f602ab1ea29aae00
Reviewed-on: https://gerrit.libreoffice.org/48304
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf index a8764b0745e9..4109c906b648 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Property.ulf @@ -23,7 +23,7 @@ en-US = "LibreOffice Community" en-US = "http://www.libreoffice.org/get-help" [OOO_ARPHELPTELEPHONETEMPLATE] -en-US = "x-xxx-xxx-xxx" +en-US = "" [OOO_ARPURLINFOABOUTTEMPLATE] en-US = "http://www.documentfoundation.org" |