forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user