diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-09-28 18:10:03 +0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-09-28 20:57:21 +0000 |
commit | 652c97b8216c03676bbee08f749e2164e8808c8d (patch) | |
tree | 62fc3e1585688402689a656cf023c0cb8542d359 /chart2/uiconfig/ui/tp_3D_SceneIllumination.ui | |
parent | c688bc302683338853c4ae485c09a34d871ecdb1 (diff) |
tdf#101549: Remove tooltip_markup from glade .ui files
where there is also an identical tooltip_text.
And convert the remaining tooltip_markup properties
to tooltip_text.
Change-Id: Id9995217468fb7046a2822dcef9a99072a7269ee
Reviewed-on: https://gerrit.libreoffice.org/29367
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'chart2/uiconfig/ui/tp_3D_SceneIllumination.ui')
-rw-r--r-- | chart2/uiconfig/ui/tp_3D_SceneIllumination.ui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui index 6addfed914d4..7ff9fbf4d097 100644 --- a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui +++ b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui @@ -101,7 +101,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 1</property> <property name="tooltip_text" translatable="yes">Light source 1</property> <property name="image">IMG_LIGHT_1</property> </object> @@ -118,7 +117,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 2</property> <property name="tooltip_text" translatable="yes">Light source 2</property> <property name="image">IMG_LIGHT_2</property> </object> @@ -135,7 +133,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 3</property> <property name="tooltip_text" translatable="yes">Light source 3</property> <property name="image">IMG_LIGHT_3</property> </object> @@ -152,7 +149,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 4</property> <property name="tooltip_text" translatable="yes">Light source 4</property> <property name="image">IMG_LIGHT_4</property> </object> @@ -169,7 +165,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 5</property> <property name="tooltip_text" translatable="yes">Light source 5</property> <property name="image">IMG_LIGHT_5</property> </object> @@ -186,7 +181,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 6</property> <property name="tooltip_text" translatable="yes">Light source 6</property> <property name="image">IMG_LIGHT_6</property> </object> @@ -203,7 +197,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 7</property> <property name="tooltip_text" translatable="yes">Light source 7</property> <property name="image">IMG_LIGHT_7</property> </object> @@ -220,7 +213,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Light source 8</property> <property name="tooltip_text" translatable="yes">Light source 8</property> <property name="image">IMG_LIGHT_8</property> </object> @@ -260,7 +252,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Select a color using the color dialog</property> <property name="tooltip_text" translatable="yes">Select a color using the color dialog</property> <property name="image">IMG_LIGHTSOURCE_COLOR</property> </object> @@ -335,7 +326,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Select a color using the color dialog</property> <property name="tooltip_text" translatable="yes">Select a color using the color dialog</property> <property name="image">IMG_AMBIENT_COLOR</property> </object> |