[Libreoffice-commits] core.git: extras/Gallery_backgrounds.mk extras/source include/svx svx/inc

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Tue May 12 18:39:26 UTC 2020


 extras/Gallery_backgrounds.mk       |    2 +-
 extras/source/palettes/standard.sob |binary
 include/svx/strings.hrc             |    2 +-
 svx/inc/strings.hxx                 |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b680547a48937ea0aeb8a840d5d7325f0046c153
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Tue May 12 09:07:35 2020 +0200
Commit:     andreas_kainz <kainz.a at gmail.com>
CommitDate: Tue May 12 20:38:46 2020 +0200

    Area fill bitmap presets invoice paper language fix
    
    Change-Id: I57c6df6de2b27b342547b48370e0b19ad132859d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94036
    Tested-by: Jenkins
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/extras/Gallery_backgrounds.mk b/extras/Gallery_backgrounds.mk
index 103f484f4167..a2fe34483179 100644
--- a/extras/Gallery_backgrounds.mk
+++ b/extras/Gallery_backgrounds.mk
@@ -25,7 +25,7 @@ $(eval $(call gb_Gallery_add_files,backgrounds,$(LIBO_SHARE_FOLDER)/gallery/back
 	extras/source/gallery/backgrounds/sand.jpg \
 	extras/source/gallery/backgrounds/surface.jpg \
 	extras/source/gallery/backgrounds/studio.jpg \
-	extras/source/gallery/backgrounds/invoiced-paper.jpg \
+	extras/source/gallery/backgrounds/invoice-paper.jpg \
 	extras/source/gallery/backgrounds/parchment-paper.jpg \
 	extras/source/gallery/backgrounds/cardboard.jpg \
 	extras/source/gallery/backgrounds/fence.jpg \
diff --git a/extras/source/gallery/backgrounds/invoiced-paper.jpg b/extras/source/gallery/backgrounds/invoice-paper.jpg
similarity index 100%
rename from extras/source/gallery/backgrounds/invoiced-paper.jpg
rename to extras/source/gallery/backgrounds/invoice-paper.jpg
diff --git a/extras/source/palettes/standard.sob b/extras/source/palettes/standard.sob
index 1acb3fec453f..47a7821c2635 100644
Binary files a/extras/source/palettes/standard.sob and b/extras/source/palettes/standard.sob differ
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 33d90b6180f1..04dbc407bf42 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -828,7 +828,7 @@
 #define RID_SVXSTR_BMP19                                    NC_("RID_SVXSTR_BMP19", "Night Sky")
 #define RID_SVXSTR_BMP20                                    NC_("RID_SVXSTR_BMP20", "Pool")
 #define RID_SVXSTR_BMP21                                    NC_("RID_SVXSTR_BMP21", "Bitmap")
-#define RID_SVXSTR_BMP79                                    NC_("RID_SVXSTR_BMP79", "Invoiced Paper")
+#define RID_SVXSTR_BMP79                                    NC_("RID_SVXSTR_BMP79", "Invoice Paper")
 #define RID_SVXSTR_BMP80                                    NC_("RID_SVXSTR_BMP80", "Concrete")
 #define RID_SVXSTR_BMP81                                    NC_("RID_SVXSTR_BMP81", "Brick Wall")
 #define RID_SVXSTR_BMP82                                    NC_("RID_SVXSTR_BMP82", "Stone Wall")
diff --git a/svx/inc/strings.hxx b/svx/inc/strings.hxx
index c37c9a110659..4098daebe26d 100644
--- a/svx/inc/strings.hxx
+++ b/svx/inc/strings.hxx
@@ -238,7 +238,7 @@
 #define RID_SVXSTR_BMP19_DEF                        "Night Sky"
 #define RID_SVXSTR_BMP20_DEF                        "Pool"
 #define RID_SVXSTR_BMP21_DEF                        "Bitmap"
-#define RID_SVXSTR_BMP79_DEF                        "Invoiced Paper"
+#define RID_SVXSTR_BMP79_DEF                        "Invoice Paper"
 #define RID_SVXSTR_BMP80_DEF                        "Concrete"
 #define RID_SVXSTR_BMP81_DEF                        "Brick Wall"
 #define RID_SVXSTR_BMP82_DEF                        "Stone Wall"


More information about the Libreoffice-commits mailing list