3 Patches for FDO#70998
Gatlin Sullivan
gatlibs.libreoffice at gmail.com
Fri Jul 4 12:57:18 PDT 2014
I have added myself to the list of contributors. I have sent my licensing
to the list.
I was working on the EasyHack fdo#70998 (
https://bugs.freedesktop.org/show_bug.cgi?id=70998). I am using a laptop
with low extra space on disk. I can't download the full source of
LibreOffice; therefore, I have not compiled my changes. I used opengrok a
while ago to find the files and diffed them locally. I am just altering
text.
Would somebody please review these patches, please?
There has been a patch applied to the bug since I posted these diffs to the
bug on 2014-06-14, but it should not affect these entries.
/core/officecfg/registry/schema/org/openoffice/Office/
<http://opengrok.libreoffice.org/xref/core/officecfg/registry/schema/org/openoffice/Office/>
Common.xcs
/core/svx/inc/ <http://opengrok.libreoffice.org/xref/core/svx/inc/>
globlmn+tmpl.hrc
/core/sd/source/ui/app/
<http://opengrok.libreoffice.org/xref/core/sd/source/ui/app/>
menuids_tmpl.src
Requestingly, Gatlin.
On Fri, Jul 4, 2014 at 2:29 PM, Gatlin Sullivan <
gatlibs.libreoffice at gmail.com> wrote:
> All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license or public domain.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140704/9deac492/attachment.html>
-------------- next part --------------
--- Common.xcs 2014-06-14 16:28:44.040246888 -0500
+++ Common.xcs_new 2014-06-14 18:18:35.790613492 -0500
@@ -4334,7 +4334,7 @@
preview that can be displayed as replacement. The preview
graphic will also be printed if the printer is not capable of
Postscript.</desc>
- <label>Preview - Picture preview (TIFF) / Interchange
+ <label>Preview - Image preview (TIFF) / Interchange
(EPSI)</label>
</info>
<constraints>
-------------- next part --------------
--- globlmn_tmpl.hrc 2014-06-14 16:28:33.495801080 -0500
+++ globlmn_tmpl.hrc_new 2014-06-14 18:19:56.078248830 -0500
@@ -256,17 +256,17 @@
#define ITEM_COMPRESS_GRAPHIC \
Identifier = SID_COMPRESS_GRAPHIC ; \
Command = ".uno:CompressGraphic" ; \
- Text [ en-US ] = "Compress Graphic..." ; \
+ Text [ en-US ] = "Compress Image..." ; \
#define ITEM_SAVE_GRAPHIC \
Identifier = SID_SAVE_GRAPHIC ; \
Command = ".uno:SaveGraphic" ; \
- Text [ en-US ] = "Save Graphic..." ; \
+ Text [ en-US ] = "Save Image..." ; \
#define ITEM_CHANGE_PICTURE \
Identifier = SID_CHANGE_PICTURE ; \
Command = ".uno:ChangePicture" ; \
- Text [ en-US ] = "Change Picture..." ; \
+ Text [ en-US ] = "Change Image..." ; \
#define ITEM_VIEW_ATTR_ZOOM \
Identifier = SID_ATTR_ZOOM ; \
-------------- next part --------------
--- menuids_tmpl.src 2014-06-14 16:28:48.708444313 -0500
+++ menuids_tmpl.src_new 2014-06-14 18:20:34.499986148 -0500
@@ -147,7 +147,7 @@
{\
Identifier = SID_SELECT_BACKGROUND ; \
HelpId = CMD_SID_SELECT_BACKGROUND ; \
- Text [ en-US ] = "Set Background Picture for Slide ..." ; \
+ Text [ en-US ] = "Set Background Image for Slide ..." ; \
};
#define MN_DISPLAY_MASTER_BACKGROUND \
MenuItem\
@@ -855,7 +855,7 @@
{\
Identifier = SID_ATTR_GRAF_CROP ; \
HelpId = CMD_SID_ATTR_GRAF_CROP ; \
- Text [ en-US ] = "Crop Picture..." ; \
+ Text [ en-US ] = "Crop Image..." ; \
};
#define MN_NAVIGATOR\
More information about the LibreOffice
mailing list