1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

[i18n] add translation for some text

This commit is contained in:
llj
2015-08-22 15:26:13 +08:00
parent d09338508a
commit eda7a6ef1c

View File

@@ -610,7 +610,7 @@ define([
var dir = this.dir;
var op = params.op;
var title = op == 'mv' ? "Move selected item(s) to:" : "Copy selected item(s) to:";
var title = op == 'mv' ? gettext("Move selected item(s) to:") : gettext("Copy selected item(s) to:");
var form = $(this.mvcpTemplate({
form_title: title,