mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user