diff --git a/static/scripts/app/views/dir.js b/static/scripts/app/views/dir.js index acd43921c9..37e7c8d24a 100644 --- a/static/scripts/app/views/dir.js +++ b/static/scripts/app/views/dir.js @@ -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,