[Pkg-owncloud-commits] [owncloud-client] 114/218: NSIS: all strings must use $\r$\n rather than \r\n
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 223a162a8b1ca4031af2a5d3cb8787507789bab6
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Fri Sep 11 15:30:33 2015 +0200
NSIS: all strings must use $\r$\n rather than \r\n
Part of fix for #3519
---
admin/win/nsi/l10n/pofiles/messages.pot | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/win/nsi/l10n/pofiles/messages.pot b/admin/win/nsi/l10n/pofiles/messages.pot
index 0d9a722..0f43373 100644
--- a/admin/win/nsi/l10n/pofiles/messages.pot
+++ b/admin/win/nsi/l10n/pofiles/messages.pot
@@ -65,9 +65,9 @@ msgstr "A newer version of ${APPLICATION_NAME} is already installed! It is not r
#. PageReinstall_SAME_Field_1
msgid ""
-"${APPLICATION_NAME} ${VERSION} is already installed.\r\n"
+"${APPLICATION_NAME} ${VERSION} is already installed.$\r$\n"
"Select the operation you want to perform and click Next to continue."
-msgstr "${APPLICATION_NAME} ${VERSION} is already installed.\r\nSelect the operation you want to perform and click Next to continue."
+msgstr "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue."
#. PageReinstall_SAME_Field_2
msgid "Add/Reinstall components"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list