diff --git a/extras/source/palettes/standard.sog b/extras/source/palettes/standard.sog
index 464e72aefa50..665ec064a4ce 100644
--- a/extras/source/palettes/standard.sog
+++ b/extras/source/palettes/standard.sog
@@ -1 +1 @@
-
+
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 5e290fe5600b..3998d98600cf 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -743,7 +743,7 @@
#define RID_SVXSTR_GRDT68 NC_("RID_SVXSTR_GRDT68", "Night")
#define RID_SVXSTR_GRDT69 NC_("RID_SVXSTR_GRDT69", "Green Gradient")
//actual gradients defined for 6.1
-#define RID_SVXSTR_GRDT70 NC_("RID_SVXSTR_GRDT70", "Pastel Bouqet")
+#define RID_SVXSTR_GRDT70 NC_("RID_SVXSTR_GRDT70", "Pastel Bouquet")
#define RID_SVXSTR_GRDT71 NC_("RID_SVXSTR_GRDT71", "Pastel Dream")
#define RID_SVXSTR_GRDT72 NC_("RID_SVXSTR_GRDT72", "Blue Touch")
#define RID_SVXSTR_GRDT73 NC_("RID_SVXSTR_GRDT73", "Blank with Gray")
diff --git a/svx/inc/strings.hxx b/svx/inc/strings.hxx
index 3bcd02597c38..b0869793f2cc 100644
--- a/svx/inc/strings.hxx
+++ b/svx/inc/strings.hxx
@@ -164,7 +164,7 @@
#define RID_SVXSTR_GRDT68_DEF "Night"
#define RID_SVXSTR_GRDT69_DEF "Green Gradient"
//actual gradients defined for 6.1
-#define RID_SVXSTR_GRDT70_DEF "Pastel Bouqet"
+#define RID_SVXSTR_GRDT70_DEF "Pastel Bouquet"
#define RID_SVXSTR_GRDT71_DEF "Pastel Dream"
#define RID_SVXSTR_GRDT72_DEF "Blue Touch"
#define RID_SVXSTR_GRDT73_DEF "Blank with Gray"
diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py
index 642db9f3681e..b0c36db36ab4 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -38,7 +38,7 @@ class ImpressBackgrounds(UITestCase):
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillGradient.EndIntensity, 100)
self.assertEqual(
- document.DrawPages.getByIndex(0).Background.FillGradientName, 'Pastel Bouqet')
+ document.DrawPages.getByIndex(0).Background.FillGradientName, 'Pastel Bouquet')
elif btn == 'btnhatch':
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillHatch.Style, SINGLE )
diff --git a/uitest/writer_tests/pageDialog.py b/uitest/writer_tests/pageDialog.py
index 2c03718e26e7..8165008d4f2b 100644
--- a/uitest/writer_tests/pageDialog.py
+++ b/uitest/writer_tests/pageDialog.py
@@ -59,7 +59,7 @@ class WriterPageDialog(UITestCase):
self.assertEqual(
document.StyleFamilies.PageStyles.Standard.FillGradient.EndIntensity, 100)
self.assertEqual(
- document.StyleFamilies.PageStyles.Standard.FillGradientName, 'Pastel Bouqet')
+ document.StyleFamilies.PageStyles.Standard.FillGradientName, 'Pastel Bouquet')
elif btn == 'btnhatch':
self.assertEqual(
document.StyleFamilies.PageStyles.Standard.FillHatch.Style, SINGLE )