diff options
author | David Planella <david.planella@ubuntu.com> | 2013-05-10 03:36:38 +0200 |
---|---|---|
committer | David Planella <david.planella@ubuntu.com> | 2013-05-10 03:36:38 +0200 |
commit | 751b16f314e021f84c0a6fe554c33aa3ec07c3f1 (patch) | |
tree | 53259ce87077abdee94241b362eabe303155efdf /tests | |
parent | 0b6d9c44c7e68c83476886307a609de871705476 (diff) | |
download | intltool-751b16f314e021f84c0a6fe554c33aa3ec07c3f1.tar.gz |
Updated test case for Qt Designer extraction: no escapes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/results/extract-qtdesigner.ui.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/results/extract-qtdesigner.ui.h b/tests/results/extract-qtdesigner.ui.h index a9b997c..dd85ea1 100644 --- a/tests/results/extract-qtdesigner.ui.h +++ b/tests/results/extract-qtdesigner.ui.h @@ -1,11 +1,11 @@ char *s = N_("Form"); /* TRANSLATORS: this is the main title of the authentication dialog */ char *s = N_("This is a translatable title"); -char *s = N_("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" - "<html><head><meta name=\"qrichtext\" content=\"1\" /><title>HTML document extraction test</title><style type=\"text/css\">\n" +char *s = N_("<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">\n" + "<html><head><meta name="qrichtext" content="1" /><title>HTML document extraction test</title><style type="text/css">\n" "p, li { white-space: pre-wrap; }\n" - "</style></head><body style=\" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;\">\n" - "<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Once upon a time, in a galaxy far, far away... </p></body></html>"); + "</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">\n" + "<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once upon a time, in a galaxy far, far away... </p></body></html>"); /* TRANSLATORS: refers to the action of accepting something */ char *s = C_("Button", "Ok"); char *s = C_("WelcomeDialog", "Don't show me this message in the future"); |