diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-06-15 02:42:32 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-16 07:36:08 +0000 |
commit | dabee9834be560c0b2ca174e88002f0eae1d155a (patch) | |
tree | 2af99d1b897920aeadb0d25dd78579c8e78fa0e4 /svx/source | |
parent | a3b7ef13f21d598db230a65b44f43287da202807 (diff) |
tdf#94724: Make Gradient and Hatch preset names consistent
Change-Id: If191fe7dd5a3986a5f75e149d2d37c36c1256b04
Reviewed-on: https://gerrit.libreoffice.org/26277
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/sdstring.src | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index e4726d81c886..b43fbc19e2c3 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.src @@ -944,7 +944,7 @@ String RID_SVXSTR_GRDT77_DEF /* do not translate */ String RID_SVXSTR_GRDT78_DEF { - Text = "Argile"; + Text = "Clay"; }; /* do not translate */ @@ -956,7 +956,7 @@ String RID_SVXSTR_GRDT79_DEF /* do not translate */ String RID_SVXSTR_GRDT80_DEF { - Text = "Grison"; + Text = "Silver"; }; /* do not translate */ @@ -974,7 +974,7 @@ String RID_SVXSTR_GRDT82_DEF /* do not translate */ String RID_SVXSTR_GRDT83_DEF { - Text = "Sun-Set"; + Text = "Sunset"; }; /* do not translate */ @@ -1500,43 +1500,43 @@ String RID_SVXSTR_HATCH10_DEF String RID_SVXSTR_HATCH0 { - Text [ en-US ] = "Black 45 degrees wide"; + Text [ en-US ] = "Black 45 Degrees Wide"; }; String RID_SVXSTR_HATCH1 { - Text [ en-US ] = "Black 45 degrees"; + Text [ en-US ] = "Black 45 Degrees"; }; String RID_SVXSTR_HATCH2 { - Text [ en-US ] = "Black -45 degrees"; + Text [ en-US ] = "Black -45 Degrees"; }; String RID_SVXSTR_HATCH3 { - Text [ en-US ] = "Black 90 degrees"; + Text [ en-US ] = "Black 90 Degrees"; }; String RID_SVXSTR_HATCH4 { - Text [ en-US ] = "Red crossed 45 degrees"; + Text [ en-US ] = "Red Crossed 45 Degrees"; }; String RID_SVXSTR_HATCH5 { - Text [ en-US ] = "Red crossed 0 degrees"; + Text [ en-US ] = "Red Crossed 0 Degrees"; }; String RID_SVXSTR_HATCH6 { - Text [ en-US ] = "Blue crossed 45 degrees"; + Text [ en-US ] = "Blue Crossed 45 Degrees"; }; String RID_SVXSTR_HATCH7 { - Text [ en-US ] = "Blue crossed 0 degrees"; + Text [ en-US ] = "Blue Crossed 0 Degrees"; }; String RID_SVXSTR_HATCH8 { - Text [ en-US ] = "Blue triple 90 degrees"; + Text [ en-US ] = "Blue Triple 90 Degrees"; }; String RID_SVXSTR_HATCH9 { - Text [ en-US ] = "Black 0 degrees"; + Text [ en-US ] = "Black 0 Degrees"; }; String RID_SVXSTR_HATCH10 { |