From a114648623e79ccd5b348340d823517b4190c004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20=C5=A0egan?= Date: Wed, 12 Feb 2014 00:31:58 +0100 Subject: Update tests for whitespace handling. --- tests/cases/extract-qtdesigner.ui | 4 ++-- tests/results/extract-qtdesigner.ui.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cases/extract-qtdesigner.ui b/tests/cases/extract-qtdesigner.ui index 7c16560..059e69f 100644 --- a/tests/cases/extract-qtdesigner.ui +++ b/tests/cases/extract-qtdesigner.ui @@ -17,7 +17,7 @@ - Form + Form @@ -156,7 +156,7 @@ p, li { white-space: pre-wrap; } - Ok + O K diff --git a/tests/results/extract-qtdesigner.ui.h b/tests/results/extract-qtdesigner.ui.h index dd85ea1..6ef4e86 100644 --- a/tests/results/extract-qtdesigner.ui.h +++ b/tests/results/extract-qtdesigner.ui.h @@ -7,7 +7,7 @@ char *s = N_("<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" &quo "</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_("Button", "O K"); char *s = C_("WelcomeDialog", "Don't show me this message in the future"); /* TRANSLATORS: authentication is required to perform this action */ char *s = N_("Require authentication"); -- cgit v1.2.1