diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2019-11-27 08:32:21 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-11-27 13:29:45 +0100 |
commit | cea9ac1a30698d280e195cb7a1912b8d45dff91e (patch) | |
tree | 78a065835c9bc707b124cfbc2658612fe5941cfe /svx/inc | |
parent | adbd20017ba9ac4cb2e20195f715904d9b11bc17 (diff) |
Resolves tdf#129052 - Misspelled gradient
“Mahagoni” => “Mahogany”
Change-Id: I7bc63a7353f850366b153802ec8d7272340e3095
Reviewed-on: https://gerrit.libreoffice.org/83856
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
(cherry picked from commit 464f19536c2864a911f089d2988be2c3c3ce79b6)
Reviewed-on: https://gerrit.libreoffice.org/83877
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/strings.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/strings.hxx b/svx/inc/strings.hxx index 353b97c54c83..0162a333a650 100644 --- a/svx/inc/strings.hxx +++ b/svx/inc/strings.hxx @@ -202,7 +202,7 @@ #define RID_SVXSTR_GRDT81_DEF "Neon Light" #define RID_SVXSTR_GRDT82_DEF "Sunshine" #define RID_SVXSTR_GRDT83_DEF "Present" -#define RID_SVXSTR_GRDT84_DEF "Mahagoni" +#define RID_SVXSTR_GRDT84_DEF "Mahogany" // Reference-strings for standard-hatch-table #define RID_SVXSTR_HATCH0_DEF "Black 45 Degrees Wide" #define RID_SVXSTR_HATCH1_DEF "Black 45 Degrees" |