forked from qt-creator/qt-creator
Project Explorer: Fix UI text
Use book-style capitalization for dialog and button labels. Change-Id: I2c074d83d6a95ad348daacabd561c758e0a493f8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -661,7 +661,7 @@ void Project::changeRootProjectDirectory()
|
||||
{
|
||||
Utils::FilePath rootPath = Utils::FilePath::fromString(
|
||||
QFileDialog::getExistingDirectory(Core::ICore::dialogParent(),
|
||||
tr("Select The Root Directory"),
|
||||
tr("Select the Root Directory"),
|
||||
rootProjectDirectory().toString(),
|
||||
QFileDialog::ShowDirsOnly
|
||||
| QFileDialog::DontResolveSymlinks));
|
||||
@@ -673,7 +673,7 @@ void Project::changeRootProjectDirectory()
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns the common root directory that contains all files which belongs to a project.
|
||||
Returns the common root directory that contains all files which belong to a project.
|
||||
*/
|
||||
Utils::FilePath Project::rootProjectDirectory() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user