[SSE] Add translation for custom page size
This commit is contained in:
parent
87f4d97c63
commit
4a9349373d
|
@ -138,7 +138,7 @@ define([
|
||||||
if (item)
|
if (item)
|
||||||
panel.cmbPaperSize.setValue(item.get('value'));
|
panel.cmbPaperSize.setValue(item.get('value'));
|
||||||
else
|
else
|
||||||
panel.cmbPaperSize.setValue('Custom (' + parseFloat(Common.Utils.Metric.fnRecalcFromMM(w).toFixed(2)) + Common.Utils.Metric.getCurrentMetricName() + ' x ' +
|
panel.cmbPaperSize.setValue(this.txtCustom + ' (' + parseFloat(Common.Utils.Metric.fnRecalcFromMM(w).toFixed(2)) + Common.Utils.Metric.getCurrentMetricName() + ' x ' +
|
||||||
parseFloat(Common.Utils.Metric.fnRecalcFromMM(h).toFixed(2)) + Common.Utils.Metric.getCurrentMetricName() + ')');
|
parseFloat(Common.Utils.Metric.fnRecalcFromMM(h).toFixed(2)) + Common.Utils.Metric.getCurrentMetricName() + ')');
|
||||||
|
|
||||||
var fitwidth = opt.asc_getFitToWidth(),
|
var fitwidth = opt.asc_getFitToWidth(),
|
||||||
|
|
Loading…
Reference in a new issue