minor fix

This commit is contained in:
Xuan Sang LE 2018-03-20 13:19:40 +01:00
parent f89c71e2b3
commit f4f2e6f124

View File

@ -295,7 +295,7 @@ class Files extends this.OS.GUI.BaseApplication
when "#{@name}-upload"
me = @
@currdir.upload (r) ->
me.error __("Fail to upload to {0}: {1}", d, r.error) if r.error
me.error __("Fail to upload to {0}: {1}", me.currdir.path, r.error) if r.error
when "#{@name}-share"
me = @