forked from qt-creator/qt-creator
UI text: Replace "pane" with "view" for "Output panes"
Some occurrences of [Output] pane were still found in translatable strings. Change-Id: I70c0b6562790b7eb835b2f6a1522fa34fb9c2b51 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -517,8 +517,8 @@ void CMakeBuildSystem::combineScanAndParse(bool restoredFromBackup)
|
||||
CMakeProject::IssueType::Error,
|
||||
tr("<b>CMake configuration failed<b>"
|
||||
"<p>The backup of the previous configuration has been restored.</p>"
|
||||
"<p>Have a look at the Issues pane or in the \"Projects > Build\" settings "
|
||||
"for more information about the failure.</p"));
|
||||
"<p>Issues and \"Projects > Build\" settings "
|
||||
"show more information about the failure.</p"));
|
||||
|
||||
m_reader.resetData();
|
||||
|
||||
@@ -534,8 +534,8 @@ void CMakeBuildSystem::combineScanAndParse(bool restoredFromBackup)
|
||||
project()->addIssue(
|
||||
CMakeProject::IssueType::Error,
|
||||
tr("<b>Failed to load project<b>"
|
||||
"<p>Have a look at the Issues pane or in the \"Projects > Build\" settings "
|
||||
"for more information about the failure.</p"));
|
||||
"<p>Issues and \"Projects > Build\" settings "
|
||||
"show more information about the failure.</p"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user