From a2f7eb5f8ea7f3ae50aea72de8b15c3364493285 Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Tue, 3 Apr 2018 17:19:36 +0200 Subject: tdf#89453 - Improve the wording of "Paste Special" options User fiendly captions with short names in parenthesis Change-Id: I07a1effa5b03423c4b48e6ca6066f7d1e3445248 Reviewed-on: https://gerrit.libreoffice.org/52336 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- cui/qa/uitest/dialogs/pastedlg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui') diff --git a/cui/qa/uitest/dialogs/pastedlg.py b/cui/qa/uitest/dialogs/pastedlg.py index 93973178c254..4c17adac33d3 100644 --- a/cui/qa/uitest/dialogs/pastedlg.py +++ b/cui/qa/uitest/dialogs/pastedlg.py @@ -36,8 +36,8 @@ class Test(UITestCase): items.append(get_state_as_dict(formats)["SelectEntryText"]) # Make sure there is no RTF vs Richtext duplication. - self.assertTrue("Formatted text [RTF]" in items) - self.assertFalse("Formatted text [Richtext]" in items) + self.assertTrue("Rich text formatting (RTF)" in items) + self.assertFalse("Rich text formatting (Richtext)" in items) # Close the dialog and the document. self.ui_test.close_dialog_through_button(pasteSpecial.getChild("cancel")) -- cgit