File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2365,13 +2365,13 @@ void QgisApp::refreshProfileMenu()
2365
2365
2366
2366
mConfigMenu->addSeparator( );
2367
2367
2368
- QAction *openProfileFolderAction = mConfigMenu->addAction( tr( "Open active profile folder " ) );
2368
+ QAction *openProfileFolderAction = mConfigMenu->addAction( tr( "Open Active Profile Folder " ) );
2369
2369
connect( openProfileFolderAction, &QAction::triggered, this, [this]()
2370
2370
{
2371
2371
QDesktopServices::openUrl( QUrl::fromLocalFile( userProfileManager()->userProfile()->folder() ) );
2372
2372
} );
2373
2373
2374
- QAction *newProfileAction = mConfigMenu->addAction( tr( "New profile " ) );
2374
+ QAction *newProfileAction = mConfigMenu->addAction( tr( "New Profile… " ) );
2375
2375
connect( newProfileAction, &QAction::triggered, this, &QgisApp::newProfile );
2376
2376
}
2377
2377
You can’t perform that action at this time.
0 commit comments