[gnome-shell] Use "More" instead of "Browse"
- From: Steve Frécinaux <sfre src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Use "More" instead of "Browse"
- Date: Sun, 27 Sep 2009 16:00:40 +0000 (UTC)
commit cad774aca19cae59d488efa4255f613110ac778f
Author: Steve Frécinaux <code istique net>
Date: Sun Sep 27 13:14:26 2009 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index 88eb76c..b2686e5 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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]