diff --git a/etemplate/js/et2_widget_selectbox.js b/etemplate/js/et2_widget_selectbox.js index 55a5e1e76d..9a40607503 100644 --- a/etemplate/js/et2_widget_selectbox.js +++ b/etemplate/js/et2_widget_selectbox.js @@ -114,7 +114,7 @@ var et2_selectbox = et2_inputWidget.extend( { if(isNaN(this.options.rows)) { - this.options.empty_label = this.options.rows; + this.options.empty_label = this.egw().lang(this.options.rows); this.options.rows = 1; } else