From 138b615a3b32cb5db496bd27cb44efcc273884e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 22 Mar 2012 00:02:36 +0100 Subject: [PATCH] again some things which cherry pick did not catch, sorry --- lib/ui/stdtoolbars.inc | 2 +- po/en.po | 8 ++++---- src/insets/InsetTabular.h | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index 2da7240d26..4190760010 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -163,7 +163,7 @@ ToolbarSet Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom" Separator Item "Rotate cell by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-cell" - Item "Rotate table" "inset-modify tabular toggle-rotate-tabular" + Item "Rotate table by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-tabular" Item "Set multi-column" "inset-modify tabular multicolumn" Item "Set multi-row" "inset-modify tabular multirow" End diff --git a/po/en.po b/po/en.po index 6882bd9303..3fa241fa03 100644 --- a/po/en.po +++ b/po/en.po @@ -13707,12 +13707,12 @@ msgid "Align bottom" msgstr "" #: lib/ui/stdtoolbars.inc:165 -msgid "Rotate cell" -msgstr "" +msgid "Rotate cell by 90 degrees or unset rotation" +msgstr "Rotate cell by 90° or unset rotation" #: lib/ui/stdtoolbars.inc:166 -msgid "Rotate table" -msgstr "" +msgid "Rotate table by 90 degrees or unset rotation" +msgstr "Rotate table by 90° or unset rotation" #: lib/ui/stdtoolbars.inc:167 msgid "Set multi-column" diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 90abb4840d..e7650009ec 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -979,8 +979,6 @@ private: row_type row_start, row_type row_end, col_type col_start, col_type col_end) const; /// - bool tableIsRotated() const; - /// mutable idx_type first_visible_cell; /// mutable int scx_; -- 2.39.2