diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-21 20:05:01 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-21 20:08:12 +0000 |
commit | 3169401417ba694ae044fc6f023ae839a0a5a338 (patch) | |
tree | f19ffdb891946678e0ae46398d3001c01085581e | |
parent | 184e0d10902ee6dc32ab82aec25bcb8e2d1596a5 (diff) |
Fix grammar
Change-Id: Ib13522ece9ce8fe42d1c966975674abb3e6921d4
Reviewed-on: https://gerrit.libreoffice.org/30155
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationtimingtab.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui b/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui index dd9819b2f704..3baac1fc8cd8 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui @@ -249,7 +249,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> - <property name="tooltip_text" translatable="yes">Select the speed of Animation.</property> + <property name="tooltip_text" translatable="yes">Select the speed of the Animation.</property> <property name="hexpand">True</property> </object> <packing> diff --git a/sd/uiconfig/simpress/ui/customanimationtimingtab.ui b/sd/uiconfig/simpress/ui/customanimationtimingtab.ui index b130b156d3a0..4b2c298a4981 100644 --- a/sd/uiconfig/simpress/ui/customanimationtimingtab.ui +++ b/sd/uiconfig/simpress/ui/customanimationtimingtab.ui @@ -108,7 +108,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="has_tooltip">True</property> - <property name="tooltip_text" translatable="yes">Select the speed of Animation.</property> + <property name="tooltip_text" translatable="yes">Select the speed of the Animation.</property> <property name="hexpand">True</property> <property name="adjustment">adjustment1</property> </object> |