From 763e2f46f497b53ae98918c112755f994384af34 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 22 Aug 2016 11:58:33 -0400 Subject: [PATCH] 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 --- lib/gui/pages/main/templates/main.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/pages/main/templates/main.tpl.html b/lib/gui/pages/main/templates/main.tpl.html index 9276a030..dd4423e1 100644 --- a/lib/gui/pages/main/templates/main.tpl.html +++ b/lib/gui/pages/main/templates/main.tpl.html @@ -23,7 +23,7 @@ ng-click="main.tooltipModal.show({ title: 'IMAGE FILE NAME', message: main.selection.getImagePath() - })">SHOW IN FULL + })">SHOW FULL FILE NAME