Bug 81768 - typo in settings dialogue for konsole
Summary: typo in settings dialogue for konsole
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 22:07 UTC by Randall Alexander
Modified: 2004-05-17 22:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>