Git commit a4c2ea7c2d33def5b6485d3613fbf57f0120eec9 by Mariusz Glebocki. Committed on 27/10/2019 at 01:35. Pushed by scmsync into branch 'master'.
Change option label in Edit Profile Dialog Since the option applies also for new windows and splits, "session" is more appropriate. GUI: M +1 -1 src/EditProfileGeneralPage.ui https://commits.kde.org/konsole/a4c2ea7c2d33def5b6485d3613fbf57f0120eec9 diff --git a/src/EditProfileGeneralPage.ui b/src/EditProfileGeneralPage.ui index 48acc48c..550e119a 100644 --- a/src/EditProfileGeneralPage.ui +++ b/src/EditProfileGeneralPage.ui @@ -152,7 +152,7 @@ <item row="3" column="1" colspan="2"> <widget class="QCheckBox" name="startInSameDirButton"> <property name="text"> - <string>Start in same directory as current tab</string> + <string>Start in same directory as current session</string> </property> </widget> </item>
