diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-10-03 17:47:06 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-10-03 19:19:43 +0000 |
commit | dc9f7bbb8d81c1b8fce42a45f362597bb8ad05dc (patch) | |
tree | 9bd6d137973c3edf3344fc785e8f963da7ec16a9 /sc | |
parent | 586479a9128f421c1e142ca733b12385d066274b (diff) |
set translatable attributes in .ui files
Change-Id: Idcdf9fbbc6b980a376fc0b5d607cbb48aa1dc5f1
Reviewed-on: https://gerrit.libreoffice.org/29503
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index f9efeb2ea2bb..8772510c20aa 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -660,7 +660,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> |