diff --git a/gnucash/import-export/csv-imp/gnc-imp-props-price.cpp b/gnucash/import-export/csv-imp/gnc-imp-props-price.cpp index a7a7185ed0..4d737a0d03 100644 --- a/gnucash/import-export/csv-imp/gnc-imp-props-price.cpp +++ b/gnucash/import-export/csv-imp/gnc-imp-props-price.cpp @@ -234,7 +234,7 @@ std::string GncImportPrice::verify_essentials (void) else if (m_from_commodity == boost::none) return _("No 'Commodity from' column."); else if (gnc_commodity_equal (*m_from_commodity, *m_to_currency)) - return _("'Commodity from' can not be the same as 'Currency to'."); + return _("'Commodity From' can not be the same as 'Currency To'."); else return std::string(); } diff --git a/libgnucash/core-utils/gnc-filepath-utils.cpp b/libgnucash/core-utils/gnc-filepath-utils.cpp index e612c1c630..d421bbcab9 100644 --- a/libgnucash/core-utils/gnc-filepath-utils.cpp +++ b/libgnucash/core-utils/gnc-filepath-utils.cpp @@ -673,7 +673,7 @@ static std::string migrate_gnc_datahome() if (full_copy) { migration_msg - << bl::translate ("Your gnucash metadata has been migrated .") << std::endl << std::endl + << bl::translate ("Your gnucash metadata has been migrated.") << std::endl << std::endl /* Translators: this refers to a directory name. */ << bl::translate ("Old location:") << " " << old_dir.string() << std::endl /* Translators: this refers to a directory name. */