make new text translateable

pull/1/head
ansuz 2017-04-18 18:31:58 +02:00
parent e8b053e48b
commit df9c312b7d
2 changed files with 2 additions and 1 deletions

View File

@ -216,6 +216,7 @@ define(function () {
out.fc_remove = "Delete permanently";
out.fc_empty = "Empty the trash";
out.fc_prop = "Properties";
out.fc_sizeInKilobytes = "Size in Kilobytes";
// fileObject.js (logs)
out.fo_moveUnsortedError = "You can't move a folder to the list of unsorted pads";
out.fo_existingNameError = "Name already used in that directory. Please choose another one.";

View File

@ -1916,7 +1916,7 @@ define([
$('<label>', {
'for': 'size'
}).text('Size in Kilobytes').appendTo($d);
}).text(Messages.fc_sizeInKilobytes).appendTo($d);
$('<input>', {
id: 'size',