diff --git a/etemplate/js/et2_widget_toolbar.js b/etemplate/js/et2_widget_toolbar.js index 5fa4a3c387..75b463ddf9 100644 --- a/etemplate/js/et2_widget_toolbar.js +++ b/etemplate/js/et2_widget_toolbar.js @@ -96,7 +96,7 @@ var et2_toolbar = et2_DOMWidget.extend( this.div.empty(); this.actionbox.empty(); this.actionlist.empty(); - this.actionbox.append(''+egw.lang('more...')+''); + this.actionbox.append(''+egw.lang('more')+' ...'+''); this.actionbox.append('
'); this.preference = egw.preference(this.id,this.egw().getAppName())?egw.preference(this.id,this.egw().getAppName()):this.preference;