summaryrefslogtreecommitdiffstats
path: root/kspread/manipulator.cc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:03:32 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:38:11 +0100
commit5254056d0fbc4d05dde43c7ad44c085decf8569d (patch)
tree7f90c18f437c297fe12cc19dc96914e2b8cace4a /kspread/manipulator.cc
parent0a817ecfcd6e71f30c1261d43cb4d019557dd878 (diff)
downloadkoffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.tar.gz
koffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.zip
Fix incorrectly renamed strings
(cherry picked from commit f9f32cc93e35d51abba0fb9f26afc211c60a5ea4)
Diffstat (limited to 'kspread/manipulator.cc')
-rw-r--r--kspread/manipulator.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/manipulator.cc b/kspread/manipulator.cc
index b095191c6..b8b603c8f 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
{