[Libreoffice-commits] core.git: extras/source svx/source
Rishabh Kumar
kris.kr296 at gmail.com
Thu Jun 16 07:36:34 UTC 2016
extras/source/palettes/standard.sog | 12 ++++++------
svx/source/dialog/sdstring.src | 26 +++++++++++++-------------
2 files changed, 19 insertions(+), 19 deletions(-)
New commits:
commit dabee9834be560c0b2ca174e88002f0eae1d155a
Author: Rishabh Kumar <kris.kr296 at gmail.com>
Date: Wed Jun 15 02:42:32 2016 +0530
tdf#94724: Make Gradient and Hatch preset names consistent
Change-Id: If191fe7dd5a3986a5f75e149d2d37c36c1256b04
Reviewed-on: https://gerrit.libreoffice.org/26277
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/extras/source/palettes/standard.sog b/extras/source/palettes/standard.sog
index a74b95c..eab2b15 100644
--- a/extras/source/palettes/standard.sog
+++ b/extras/source/palettes/standard.sog
@@ -90,8 +90,8 @@ draw:angle="300"
draw:border="0%"/>
<draw:gradient
-draw:name="argile"
-draw:display-name="Argile"
+draw:name="clay"
+draw:display-name="Clay"
draw:style="linear"
draw:end-color="#968751"
draw:start-color="#423c24"
@@ -114,8 +114,8 @@ draw:border="0%"/>
<draw:gradient
-draw:name="grison"
-draw:display-name="Grison"
+draw:name="silver"
+draw:display-name="Silver"
draw:style="linear"
draw:start-color="#4c4c4c"
draw:end-color="#b3b3b3"
@@ -160,8 +160,8 @@ draw:angle="600"
draw:border="0%"/>
<draw:gradient
-draw:name="sun-set"
-draw:display-name="Sun-Set"
+draw:name="sunset"
+draw:display-name="Sunset"
draw:style="linear"
draw:start-color="#333366"
draw:end-color="#9999cc"
diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src
index e4726d8..b43fbc1 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
{
More information about the Libreoffice-commits
mailing list