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
This commit is contained in:
Steve Frécinaux 2009-09-27 13:14:26 +02:00
parent b25bbf4c0a
commit cad774aca1

View File

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