i18n: Add comments and improve source strings

This commit is contained in:
JosJuice
2024-04-20 16:26:53 +02:00
parent 017f72f43e
commit 83b280d903
7 changed files with 38 additions and 24 deletions

View File

@ -729,9 +729,7 @@ void AssemblerWidget::NewEditor(const QString& path)
if (!path.isEmpty() && !new_editor->LoadFromPath())
{
ModalMessageBox::warning(this, tr("Failed to open file"),
tr("Failed to read the contents of file\n\n"
"\"%1\"")
.arg(path));
tr("Failed to read the contents of file:\n%1").arg(path));
delete new_editor;
return;
}