Translations: Fix various \n, full stops, spaces

Add missing full stops, remove space at beginning and end, remove end
lines at end

Change-Id: I4ce28f578e13e100dcfbd8ef70630462faf407fc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-04-15 09:37:53 +02:00
parent 168136b9e6
commit 7f8adab0d0
21 changed files with 259 additions and 369 deletions

View File

@@ -33,9 +33,8 @@ Tasks PythonProject::projectIssues(const Kit *k) const
{
if (PythonKitAspect::python(k))
return {};
return {
BuildSystemTask{Task::Error,
Tr::tr("No Python interpreter set for kit \"%1\"").arg(k->displayName())}};
return {BuildSystemTask{
Task::Error, Tr::tr("No Python interpreter set for kit \"%1\".").arg(k->displayName())}};
}
PythonProjectNode::PythonProjectNode(const FilePath &path)