mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
[i18n] add translation for some text
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user