From 1595dbfc9af84f0fe5cbc836a88a44becd56ee71 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 26 Jul 2016 10:09:12 -0300 Subject: [PATCH] Missing tooltips in buttons --- app/view/main/Main.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/view/main/Main.js b/app/view/main/Main.js index 8b97670a..c655ef03 100644 --- a/app/view/main/Main.js +++ b/app/view/main/Main.js @@ -215,7 +215,7 @@ Ext.define('Rambox.view.main.Main', { { glyph: 'xf1f7@FontAwesome' ,text: 'Don\'t Disturb: OFF' - ,tooltip: 'Lock this app if you will be away for a period of time.' + ,tooltip: 'Disable notifications and sounds in all services. Perfect to be concentrated and focused.' ,enableToggle: true ,handler: 'dontDisturb' ,reference: 'disturbBtn' @@ -278,14 +278,17 @@ Ext.define('Rambox.view.main.Main', { ,'->' ,{ glyph: 'xf082@FontAwesome' + ,tooltip: 'Facebook' ,href: 'https://www.facebook.com/ramboxapp' } ,{ glyph: 'xf099@FontAwesome' + ,tooltip: 'Twitter' ,href: 'https://www.twitter.com/ramboxapp' } ,{ glyph: 'xf09b@FontAwesome' + ,tooltip: 'GitHub' ,href: 'https://www.github.com/saenzramiro/rambox' } ]