[libreoffice] have a stab at improving impossible question

Caolán McNamara caolanm at fedoraproject.org
Tue Nov 11 14:11:38 UTC 2014


commit e883eaedbe8d1704d2c234d03da2d20b537d634b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 11 14:11:25 2014 +0000

    have a stab at improving impossible question

 ...e-a-stab-at-improving-impossible-question.patch |   28 ++++++++++++++++++++
 libreoffice.spec                                   |    1 +
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/0001-have-a-stab-at-improving-impossible-question.patch b/0001-have-a-stab-at-improving-impossible-question.patch
new file mode 100644
index 0000000..495923b
--- /dev/null
+++ b/0001-have-a-stab-at-improving-impossible-question.patch
@@ -0,0 +1,28 @@
+From 204dc59286857174306615dad4b4a0bd8d0cfe82 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm at redhat.com>
+Date: Tue, 11 Nov 2014 14:10:04 +0000
+Subject: [PATCH] have a stab at improving impossible question
+
+as to whether you want to "adapt" objects or not
+
+Change-Id: Ic4c00be480d1be632d84dfac71fe911d48eacc51
+---
+ sd/source/ui/app/strings.src | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
+index 2b363f6..06b0fcf 100644
+--- a/sd/source/ui/app/strings.src
++++ b/sd/source/ui/app/strings.src
+@@ -397,7 +397,7 @@ String STR_READ_DATA_ERROR
+ };
+ String STR_SCALE_OBJECTS
+ {
+-    Text [ en-US ] = "The format of the new pages will be adapted.\nDo you want to adapt the objects, too?" ;
++    Text [ en-US ] = "The page size of the target document is different than the source document.\n\nDo you want to scale the copied objects to fit the new page size?" ;
+ };
+ String STR_CREATE_PAGES
+ {
+-- 
+1.9.3
+
diff --git a/libreoffice.spec b/libreoffice.spec
index 77026a2..b6baf69 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -356,6 +356,7 @@ Patch58: 0001-fdo-82047-Correctly-adjust-references-in-range-names.patch
 Patch59: 0001-fdo-85215-Don-t-adjust-references-wrt-cell-position-.patch
 Patch60: 0001-fdo-85403-broadcast-changes-after-TextToColumn.patch
 Patch61: 0001-strip-off-hard-coded-numbering-from-outliner-preview.patch
+Patch62: 0001-have-a-stab-at-improving-impossible-question.patch
 
 %define instdir %{_libdir}
 %define baseinstdir %{instdir}/libreoffice


More information about the scm-commits mailing list