remove hardcoded translation

pull/1/head
ansuz 4 years ago
parent dad7a16135
commit 860b5a33cb

@ -2687,7 +2687,6 @@ define([
};
Messages.history_trimPrompt = "This document's history is very large ({0}) and it may impact the loading time. You can delete the unnecessary history.";
UIElements.displayTrimHistoryPrompt = function (common, data) {
var mb = Util.bytesToMegabytes(data.size);
var text = Messages._getKey('history_trimPrompt', [

Loading…
Cancel
Save