pull/1/head
yflory 2019-07-03 15:42:32 +02:00
parent 29a2e3a0ea
commit 9cff6b0f3b
1 changed files with 1 additions and 1 deletions

View File

@ -2677,7 +2677,7 @@ define([
else {
$icon.append($folderIcon.clone());
$type.text(Messages.fm_folder);
$('<a>').text(Messages.fm_OpenFolder || "Open folder").click(function (e) {
$('<a>').text(Messages.fm_openFolder || "Open folder").click(function (e) {
e.preventDefault();
APP.displayDirectory(path);
}).appendTo($openDir);