partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 591eb18ac3cb0aa0ec44803ec1e6a96550bc7f02
parent 1583f2844e0feff03922e9c6966b2c0c8dba349d
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  3 Apr 2012 05:35:12 +0200

Better tooltip for "reveal category"

Diffstat:
Msrc/frontend/js/Components/Part/PartCategoryTree.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/js/Components/Part/PartCategoryTree.js b/src/frontend/js/Components/Part/PartCategoryTree.js @@ -10,7 +10,7 @@ Ext.define("PartKeepr.PartCategoryTree", { this.callParent(); this.syncButton = Ext.create("Ext.button.Button", { - tooltip: i18n("Reveal Category"), + tooltip: i18n("Reveal Category for selected part"), icon: 'resources/fugue-icons/icons/arrow-split-180.png', handler: Ext.bind(function () { this.fireEvent("syncCategory");