Commit 81c1c4ec authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Rename "Close all tabs" to "Close other tabs".

As it doesn't close the currently active tab.
parent e1c60e23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Ext.define('Docs.view.TabMenu', {
        );

        this.items = [{
            text: 'Close all tabs',
            text: 'Close other tabs',
            iconCls: 'close',
            cls: 'close-all',
            handler: function() {