Bug 81768

Summary: typo in settings dialogue for konsole
Product: [Applications] konsole Reporter: Randall Alexander <randalla>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description Randall Alexander 2004-05-17 22:07:17 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    Slackware Packages

In the "Configure Konsole" dialogue under the Settings menu.  On the General tab an option reads "Confirm quit when closing more THEN one session"

wrong use of then/than

option should read
"Confirm quit when closing more THAN one session"
Comment 1 Waldo Bastian 2004-05-17 22:37:16 UTC
CVS commit by waba: 

more then --> more than
CCMAIL: 81768-done@bugs.kde.org


  M +1 -1      kcmkonsoledialog.ui   1.28


--- kdebase/kcontrol/konsole/kcmkonsoledialog.ui  #1.27:1.28
@@ -78,5 +78,5 @@
                                 </property>
                                 <property name="text">
-                                    <string>&amp;Confirm quit when closing more then one session</string>
+                                    <string>&amp;Confirm quit when closing more than one session</string>
                                 </property>
                             </widget>