partkeepr

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

commit 239b42cfce736ca9674e6d4eb3208ed4b99d0c0c
parent 1e32170920d57081c1d98e294537b91269da5256
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Mon,  2 Nov 2015 00:11:51 +0100

Renamed "part unit" to "part measurement unit" to clarify for what the field is used

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

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js @@ -113,7 +113,7 @@ Ext.define('PartKeepr.PartEditor', { minValue: 0 }, { xtype: 'PartUnitComboBox', - fieldLabel: i18n("Part Unit"), + fieldLabel: i18n("Part Measurement Unit"), columnWidth: 0.5, returnObject: true, name: 'partUnit',