We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fc05f commit 584152fCopy full SHA for 584152f
src/ProjNavigator/sources_form.cpp
@@ -297,9 +297,8 @@ void SourcesForm::SlotRemoveFile() {
297
auto fileSet = item->data(0, SetFileDataRole);
298
if (!fileSet.isNull()) {
299
auto questionStr =
300
- tr("Are you sure you want to remote %1 from the project? \n\nThe file "
301
- "will not be removed from the disk. It can be added back to the "
302
- "project afterwards.")
+ tr("Are you sure you want to remove %1 from the project? \n\nThe file "
+ "will not be removed from the disk.")
303
.arg(strFileName);
304
if (QMessageBox::question(this, {}, questionStr) == QMessageBox::No) return;
305
m_projManager->setCurrentFileSet(fileSet.toString());
0 commit comments