Seperate phrase "more" from " ..." in toolbar widget

This commit is contained in:
Hadi Nategh 2014-02-06 13:43:11 +00:00
parent 4a4327d57e
commit 338c1c1f2f

View File

@ -96,7 +96,7 @@ var et2_toolbar = et2_DOMWidget.extend(
this.div.empty();
this.actionbox.empty();
this.actionlist.empty();
this.actionbox.append('<h class="ui-toolbar-menulistHeader">'+egw.lang('more...')+'</h>');
this.actionbox.append('<h class="ui-toolbar-menulistHeader">'+egw.lang('more')+' ...'+'</h>');
this.actionbox.append('<div id="' + this.id + '-menulist' +'" class="ui-toolbar-menulist" ></div>');
this.preference = egw.preference(this.id,this.egw().getAppName())?egw.preference(this.id,this.egw().getAppName()):this.preference;