diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-03-29 10:21:51 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-03-29 10:22:27 +0200 |
commit | 6fa19d6f9d5e108cfa54725847648e1ac2ffbffa (patch) | |
tree | 2290da829f7525db7abed66266413b43e7f5c4f1 /sc/uiconfig | |
parent | 3041df16f8315859ddf22075eac8f9ad4fa37b8e (diff) |
set translatable property in .ui files (bin/ui-translatable.sh)
Change-Id: I8b382bddac208d12216842ace6511b8b9127f205
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebarcellappearance.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui index 86e0224ce189..7957da7f345e 100644 --- a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui +++ b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui @@ -90,7 +90,7 @@ <property name="tooltip_text" translatable="yes">Specify the borders of the selected cells.</property> <property name="halign">start</property> <property name="action_name">.uno:SetBorderStyle</property> - <property name="label">toolbutton1</property> + <property name="label" translatable="no">toolbutton1</property> <property name="use_underline">True</property> </object> <packing> @@ -126,7 +126,7 @@ <property name="tooltip_text" translatable="yes">Select the line style of the borders.</property> <property name="halign">end</property> <property name="action_name">.uno:LineStyle</property> - <property name="label">toolbutton2</property> + <property name="label" translatable="no">toolbutton2</property> <property name="use_underline">True</property> </object> <packing> |