Fix missing translation on Add current

This commit is contained in:
Nathan Gray 2014-12-03 17:58:47 +00:00
parent f76e832c36
commit 3130609ed4

View File

@ -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);