diff --git a/scribus/ui/propertiespalette_table.cpp b/scribus/ui/propertiespalette_table.cpp --- a/scribus/ui/propertiespalette_table.cpp +++ b/scribus/ui/propertiespalette_table.cpp @@ -601,10 +601,7 @@ void PropertiesPalette_Table::languageChange() { - cellStyleCombo->setToolTip( tr("Cell style of currently selected cell")); - tableStyleCombo->setToolTip( tr("Table style of currently selected table")); - buttonClearCellStyle->setToolTip( tr("Remove Direct Cell Formatting")); - buttonClearTableStyle->setToolTip( tr("Remove Direct Table Formatting")); + retranslateUi(this); } void PropertiesPalette_Table::unitChange() diff --git a/scribus/ui/propertiespalette_tablebase.ui b/scribus/ui/propertiespalette_tablebase.ui --- a/scribus/ui/propertiespalette_tablebase.ui +++ b/scribus/ui/propertiespalette_tablebase.ui @@ -35,10 +35,16 @@ 0 + + Table style of currently selected table + + + Remove Direct Table Formatting + @@ -65,10 +71,16 @@ 0 + + Cell style of currently selected cell + + + Remove Direct Cell Formatting +