diff options
author | Wouter Bolsterlee <wbolster@svn.gnome.org> | 2007-07-17 04:22:51 +0800 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2007-07-17 04:22:51 +0800 |
commit | 50046a16c48c97cb93060f7ca702738d97110a82 (patch) | |
tree | 37f8a2690218397ec264c2ed8f8c1e2bf154f0af /src/bookmarks/ephy-bookmark-factory-action.c | |
parent | a8371ea0c611812d579611294b97003a6f61098e (diff) | |
download | gsoc2013-epiphany-50046a16c48c97cb93060f7ca702738d97110a82.tar gsoc2013-epiphany-50046a16c48c97cb93060f7ca702738d97110a82.tar.gz gsoc2013-epiphany-50046a16c48c97cb93060f7ca702738d97110a82.tar.bz2 gsoc2013-epiphany-50046a16c48c97cb93060f7ca702738d97110a82.tar.lz gsoc2013-epiphany-50046a16c48c97cb93060f7ca702738d97110a82.tar.xz gsoc2013-epiphany-50046a16c48c97cb93060f7ca702738d97110a82.tar.zst gsoc2013-epiphany-50046a16c48c97cb93060f7ca702738d97110a82.zip |
String changes based on user feedback: - "Local sites" -> "Nearby sites"
2007-07-16 Wouter Bolsterlee <wbolster@svn.gnome.org>
* src/bookmarks/ephy-bookmark-factory-action.c:
(ephy_bookmark_factory_action_new):
* src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init),
(ephy_bookmarks_get_topic_uri):
* src/bookmarks/ephy-topic-factory-action.c:
(ephy_topic_factory_action_new):
String changes based on user feedback:
- "Local sites" -> "Nearby sites" (because it is a
better description)
- Drop the "Quick" prefix from Topic/Bookmark items in
toolbar editor, because it has no function besides
confusing users.
svn path=/trunk/; revision=7175
Diffstat (limited to 'src/bookmarks/ephy-bookmark-factory-action.c')
-rw-r--r-- | src/bookmarks/ephy-bookmark-factory-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-factory-action.c b/src/bookmarks/ephy-bookmark-factory-action.c index 7cba9a403..56a44c807 100644 --- a/src/bookmarks/ephy-bookmark-factory-action.c +++ b/src/bookmarks/ephy-bookmark-factory-action.c @@ -320,7 +320,7 @@ ephy_bookmark_factory_action_new (const char *name) { return GTK_ACTION (g_object_new (EPHY_TYPE_BOOKMARK_FACTORY_ACTION, "name", name, - "label", _("Quick Bookmark"), + "label", _("Bookmark"), "stock-id", GTK_STOCK_ADD, NULL)); } |