From bdc5987f4172aa48dad515b451fbb837df09866b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Paul=20T=C3=B6tterman?= <ptman@users.noreply.github.com>
Date: Tue, 15 Nov 2016 11:37:01 +0200
Subject: [PATCH] Fix inconsistency

tooltip vs. placeholder
---
 _embed/templates/listing.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_embed/templates/listing.tmpl b/_embed/templates/listing.tmpl
index bf1b30ed..87edfd18 100644
--- a/_embed/templates/listing.tmpl
+++ b/_embed/templates/listing.tmpl
@@ -41,7 +41,7 @@
 <input id="newdir" type="text" placeholder="Name. End with a trailing slash to create a dir.">
 <div class="floating">
     <div class="action" id="new">
-        <i class="material-icons" title="New file or directory. If you don't write an extension, a directory will be created.">add</i>
+        <i class="material-icons" title="New file or directory. End name with a trailing slash to create a directory.">add</i>
     </div>
 </div>
 {{ end }}