partkeepr

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

commit f3b2d954950a7913f3187903585598f3b52f096a
parent f3a8c3f9407bc7df9c9bae86633f327cbd593318
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 25 Nov 2015 17:46:34 +0100

Changed tooltip for the category edit button, fixes #488

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorTree.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorTree.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorTree.js @@ -126,7 +126,7 @@ Ext.define("PartKeepr.CategoryEditorTree", { }); this.toolbarEditButton = Ext.create("Ext.button.Button", { - tooltip: i18n("Delete Category"), + tooltip: i18n("Edit Category"), handler: Ext.bind(this.showCategoryEditDialog, this), iconCls: 'web-icon folder_edit', disabled: true