summaryrefslogtreecommitdiffstats
path: root/kspread/manipulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/manipulator.h')
-rw-r--r--kspread/manipulator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kspread/manipulator.h b/kspread/manipulator.h
index d7c039591..ede668630 100644
--- a/kspread/manipulator.h
+++ b/kspread/manipulator.h
@@ -47,12 +47,12 @@ class Sheet;
// int col;
// Format *l;
// };
-//
+//
// struct layoutColumn {
// int col;
// ColumnFormat *l;
// };
-//
+//
// struct layoutRow {
// int row;
// RowFormat *l;
@@ -388,7 +388,7 @@ class HorAlignManipulator : public FormatManipulator
~HorAlignManipulator() {}
protected:
- virtual TQString name() const { return i18n("ChangeQt::Horizontal Alignment"); }
+ virtual TQString name() const { return i18n("Change Horizontal Alignment"); }
private:
};
@@ -405,7 +405,7 @@ class VerAlignManipulator : public FormatManipulator
~VerAlignManipulator() {}
protected:
- virtual TQString name() const { return i18n("ChangeQt::Vertical Alignment"); }
+ virtual TQString name() const { return i18n("Change Vertical Alignment"); }
private:
};