From dabee9834be560c0b2ca174e88002f0eae1d155a Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Wed, 15 Jun 2016 02:42:32 +0530 Subject: tdf#94724: Make Gradient and Hatch preset names consistent Change-Id: If191fe7dd5a3986a5f75e149d2d37c36c1256b04 Reviewed-on: https://gerrit.libreoffice.org/26277 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- svx/source/dialog/sdstring.src | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'svx/source') 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 { -- cgit