Some (very minor) translation string improvements.

Fix superfluous space.
Unify case sensitivity in string that appears multiple times.
This commit is contained in:
Christian Stimming 2018-12-30 22:19:07 +01:00
parent 83ae800645
commit 1eed3db5e7
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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. */