diff options
Diffstat (limited to 'kspread/manipulator.cc')
-rw-r--r-- | kspread/manipulator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/manipulator.cc b/kspread/manipulator.cc index b095191c..b8b603c8 100644 --- a/kspread/manipulator.cc +++ b/kspread/manipulator.cc @@ -903,11 +903,11 @@ TQString MergeManipulator::name() const { if (m_mergeHorizontal) { - return i18n("Merge CellsQt::Horizontally"); + return i18n("Merge Cells Horizontally"); } else if (m_mergeVertical) { - return i18n("Merge CellsQt::Vertically"); + return i18n("Merge Cells Vertically"); } else { |