From 338c1c1f2f84bd710c68afd9982bdde854f21f8a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 6 Feb 2014 13:43:11 +0000 Subject: [PATCH] Seperate phrase "more" from " ..." in toolbar widget --- etemplate/js/et2_widget_toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;