diff options
author | Andras Timar <atimar@novell.com> | 2011-04-19 15:01:02 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-19 15:02:01 +0200 |
commit | e3861932fb893236664be31c5e64bafa81f7d84a (patch) | |
tree | 482f101a60c90f0459dbba0af728ddb5849d1863 /instsetoo_native | |
parent | dc709df41adc0cd644c579421e31a8d4138c0bff (diff) |
remove unnecessary \r characters from en-US message
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf index 349200a9d37a..ee210a4ff478 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf @@ -5,7 +5,7 @@ en-US = "%PRODUCTNAME %PRODUCTVERSION Installation Preparation" en-US = "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION." [MUI_TEXT_WELCOME_INFO_TEXT] -en-US = "The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\r\n\r\nClick \'Next\' to continue." +en-US = "The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n\nClick \'Next\' to continue." [MUI_TEXT_DIRECTORY_TITLE] en-US = "Select Folder" |