Skip to content
Snippets Groups Projects
Commit acdcf82e authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Clarify what the dialog in CppFileSettingsWidget::slotEdit() actually does

parent c8be3a3e
No related merge requests found
...@@ -260,7 +260,7 @@ void CppFileSettingsWidget::slotEdit() ...@@ -260,7 +260,7 @@ void CppFileSettingsWidget::slotEdit()
return; return;
} }
// Pick a file name and write new template, edit with C++ // Pick a file name and write new template, edit with C++
path = QFileDialog::getSaveFileName(this, tr("Choose a new license template file")); path = QFileDialog::getSaveFileName(this, tr("Choose a location for the new license template file"));
if (path.isEmpty()) if (path.isEmpty())
return; return;
QFile file(path); QFile file(path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment