Localization: "\t" symbols are deleted from community translations (ko, nl, pt_br, tr, zc_CN(TW)),

fixed some phrases
This commit is contained in:
YuSanka 2020-03-06 10:51:22 +01:00
parent 04ebdd8b3f
commit c47565430f
13 changed files with 96 additions and 89 deletions

View file

@ -429,7 +429,7 @@ void MainFrame::init_menubar()
m_plater->load_project(filename);
else
{
wxMessageDialog msg(this, _(L("The selected project is no longer available.\nDo you want to remove it from the recent projects list ?")), _(L("Error")), wxYES_NO | wxYES_DEFAULT);
wxMessageDialog msg(this, _(L("The selected project is no longer available.\nDo you want to remove it from the recent projects list?")), _(L("Error")), wxYES_NO | wxYES_DEFAULT);
if (msg.ShowModal() == wxID_YES)
{
m_recent_projects.RemoveFileFromHistory(file_id);