From cad774aca19cae59d488efa4255f613110ac778f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20Fr=C3=A9cinaux?= Date: Sun, 27 Sep 2009 13:14:26 +0200 Subject: [PATCH] Use "More" instead of "Browse" The text "Browse" used for the buttons on the dash section headers is a little obscure and tends to translate into something that doesn't fit well. Going back to "More" will hopefully be more manageable in translation. https://bugzilla.gnome.org/show_bug.cgi?id=596433 --- js/ui/dash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/dash.js b/js/ui/dash.js index 88eb76c97..b2686e564 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -397,7 +397,7 @@ MoreLink.prototype = { let text = new Clutter.Text({ font_name: "Sans 12px", color: BRIGHT_TEXT_COLOR, - text: _("Browse") }); + text: _("More") }); this.actor.append(text, Big.BoxPackFlags.NONE); this.actor.connect('button-press-event', Lang.bind(this, function (b, e) {