diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 20:37:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-09 20:41:55 +0200 |
commit | 29c0a4009696fa25d01bf9ab868c961e11f8a174 (patch) | |
tree | 0e1386a811c2696f3db4c6a41029b10e300689c0 | |
parent | 6e752439a11328b6afea20771715c19e80c9ac34 (diff) |
migration: reword individual names
-rw-r--r-- | migration/20160906_00-mappings.cpp | 2 | ||||
-rw-r--r-- | migration/20160906_01-axis-signs.cpp | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/migration/20160906_00-mappings.cpp b/migration/20160906_00-mappings.cpp index 060b9967..7bc139cc 100644 --- a/migration/20160906_00-mappings.cpp +++ b/migration/20160906_00-mappings.cpp @@ -56,7 +56,7 @@ struct mappings_from_2_3_0_rc11 : migration } QString unique_date() const override { return "20160909_00"; } - QString name() const override { return "mappings to 2.3.0-rc12"; } + QString name() const override { return "mappings to new layout"; } static Mappings get_new_mappings() { diff --git a/migration/20160906_01-axis-signs.cpp b/migration/20160906_01-axis-signs.cpp index 7cf0c719..8e905f5c 100644 --- a/migration/20160906_01-axis-signs.cpp +++ b/migration/20160906_01-axis-signs.cpp @@ -1,5 +1,3 @@ -// TODO XXX write migration for axis sign going to mappings bundle - #include "migration.hpp" #include "options/options.hpp" #include "logic/main-settings.hpp" @@ -24,7 +22,7 @@ struct axis_signs_split_rc11 : migration QString name() const override { - return "asymmetric axis sign to another .ini section"; + return "asymmetric axis option to other section"; } bool should_run() const override |