mirror of
https://github.com/KDE/konsole.git
synced 2026-05-18 19:47:16 -04:00
English fixes to comments only
This commit is contained in:
@@ -548,7 +548,7 @@ void ProfileManager::loadFavorites()
|
||||
favoriteSet << "Shell.profile";
|
||||
}
|
||||
|
||||
// look for favorites amongst those already loaded
|
||||
// look for favorites among those already loaded
|
||||
foreach(const Profile::Ptr& profile, _profiles) {
|
||||
const QString& path = profile->path();
|
||||
if (favoriteSet.contains(path)) {
|
||||
|
||||
Reference in New Issue
Block a user