forked from extern/egroupware
Fix missing translation on Add current
This commit is contained in:
parent
75688e8cb8
commit
2eb7795061
@ -288,7 +288,7 @@ var et2_favorites = et2_dropdown_button.extend([et2_INextmatchHeader],
|
|||||||
// Only add 'Add current' if we have a nextmatch
|
// Only add 'Add current' if we have a nextmatch
|
||||||
if(this.nextmatch)
|
if(this.nextmatch)
|
||||||
{
|
{
|
||||||
options.add = "<img src='"+this.egw().image("new") +"'/>Add current";
|
options.add = "<img src='"+this.egw().image("new") +"'/>"+this.egw().lang('Add current');
|
||||||
}
|
}
|
||||||
widget.set_select_options.call(widget,options);
|
widget.set_select_options.call(widget,options);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user