rename menu extras

This commit is contained in:
rlx 2016-01-13 12:34:35 +05:30
parent dc3d59ca42
commit 9fe7bcecbf
3 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ oml.ui.mainMenu = function() {
that = Ox.MainMenu({
extras: [
oml.$ui.updateButton = oml.ui.updateButton(),
oml.$ui.connectionButton = oml.ui.connectionButton(),
oml.$ui.notificationsButton = oml.ui.notificationsButton(),
oml.$ui.transferButton = oml.ui.transferButton(),
oml.$ui.peersButton = oml.ui.peersButton(),
oml.$ui.loadingIcon = oml.ui.loadingIcon()
],
menus: [

View File

@ -1,6 +1,6 @@
'use strict';
oml.ui.notificationsButton = function() {
oml.ui.peersButton = function() {
var that = Ox.Element({
tooltip: Ox._('No peering requests')

View File

@ -1,6 +1,6 @@
'use strict';
oml.ui.connectionButton = function() {
oml.ui.transferButton = function() {
var that = Ox.Element({
tooltip: Ox._('Transfers')