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_;