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 /migration/20160906_00-mappings.cpp | |
parent | 6e752439a11328b6afea20771715c19e80c9ac34 (diff) |
migration: reword individual names
Diffstat (limited to 'migration/20160906_00-mappings.cpp')
-rw-r--r-- | migration/20160906_00-mappings.cpp | 2 |
1 files changed, 1 insertions, 1 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() { |