Bug 219290

Summary: Wrong wording (View instead of Tab)
Product: [Applications] konsole Reporter: Burkhard Lück <lueck>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 4.7

Description Burkhard Lück 2009-12-19 12:19:14 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

konsole has views - the main view or several views using the split option. Each view has one or mor tabs.
In ViewManager.cpp are several wrong and confusing wordings, where "View" is used but  these strings refer to "Tab":

ViewManager.cpp:137
- Next View
+Next Tab

ViewManager.cpp:138
- Previous View
+Previous Tab

ViewManager.cpp:141
- Move View Left
+ Move Tab Left

ViewManager.cpp:142
- Move View Right
+ Move Tab Right

ViewManager.cpp:183
- &Detach View
+ &Detach Tab
Comment 1 Kurt Hindenburg 2011-03-04 18:42:59 UTC
Git commit ae29427a265082ff8287b6980129238d456714e5 by Kurt Hindenburg.
Committed on 04/03/2011 at 18:37.
Pushed by hindenburg into branch 'master'.

Correct shortcut action titles: view -> tabs

BUG: 219290
FIXED-IN: 4.7

M  +4    -4    src/ViewManager.cpp     

http://commits.kde.org/konsole/ae29427a265082ff8287b6980129238d456714e5