minifix(GUI): improve image full file name modal tooltip (#646)

The current tooltip, "SHOW IN FULL", proved to be a bit confusing for
users. We're using "SHOW FULL FILE NAME", as kindly suggested by @dlech.

Fixes: https://github.com/resin-io/etcher/issues/634
Change-Type: patch
Changelog-Entry: Improve image full file name modal tooltip.
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-08-22 11:58:33 -04:00 committed by GitHub
parent a5a195e8fb
commit 763e2f46f4

View File

@ -23,7 +23,7 @@
ng-click="main.tooltipModal.show({
title: 'IMAGE FILE NAME',
message: main.selection.getImagePath()
})">SHOW IN FULL</button>
})">SHOW FULL FILE NAME</button>
<button class="btn btn-link step-footer"
ng-click="image.reselectImage()"