mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
empty-label was not translated if set via (legacy-)options
This commit is contained in:
parent
7fa86b19ca
commit
dff07e68a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user