aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@svn.gnome.org>2007-07-17 04:22:51 +0800
committerWouter Bolsterlee <wbolster@src.gnome.org>2007-07-17 04:22:51 +0800
commit50046a16c48c97cb93060f7ca702738d97110a82 (patch)
tree37f8a2690218397ec264c2ed8f8c1e2bf154f0af
parenta8371ea0c611812d579611294b97003a6f61098e (diff)
downloadgsoc2013-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
-rw-r--r--ChangeLog38
-rw-r--r--src/bookmarks/ephy-bookmark-factory-action.c2
-rw-r--r--src/bookmarks/ephy-bookmarks.c3
-rw-r--r--src/bookmarks/ephy-topic-factory-action.c2
4 files changed, 31 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index b763e06af..1d344bc22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+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.
+
2007-07-16 Christian Persch <chpe@gnome.org>
* configure.ac:
@@ -37,7 +53,7 @@
* data/epiphany.desktop.in.in:
* data/icons/16x16/apps/Makefile.am:
* data/icons/22x22/apps/Makefile.am:
- * data/icons/24x24/apps/Makefile.am:
+ * data/icons/24x24/apps/Makefile.am:
* data/icons/32x32/apps/Makefile.am:
* data/icons/scalable/apps/Makefile.am:
* lib/ephy-stock-icons.h:
@@ -131,7 +147,7 @@
* embed/mozilla/GeckoPrintService.cpp:
- Remove gtk version check since we now depend on 2.11.
+ Remove gtk version check since we now depend on 2.11.
2007-07-10 Christian Persch <chpe@gnome.org>
@@ -154,7 +170,7 @@
* lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_class_init):
* lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init):
- Port to new tooltips API.
+ Port to new tooltips API.
2007-07-10 Christian Persch <chpe@gnome.org>
@@ -284,11 +300,11 @@
2007-07-03 Jaap Haitsma <jaap@haitsma.org>
- * lib/egg/update-toolbareditor-from-libegg: removed
- * lib/egg/update-toolbareditor-from-libegg.sh: added
+ * lib/egg/update-toolbareditor-from-libegg: removed
+ * lib/egg/update-toolbareditor-from-libegg.sh: added
Rename to update-toolbareditor-from-libegg.sh
Also updated the script such it updates itself
- * lib/egg/egg*:
+ * lib/egg/egg*:
Sync with latest libegg toolbareditor
2007-07-01 Jaap Haitsma <jaap@haitsma.org>
@@ -301,7 +317,7 @@
Changelog entry from the previous commit. I accidently changed the
wrong Changelog file
- * lib/egg/update-toolbareditor-from-libegg: script that syncs local
+ * lib/egg/update-toolbareditor-from-libegg: script that syncs local
toolbar editor copy with the one in libegg SVN
* lib/egg/egg*: sync with toolbar editor in libegg. Sync obtained by
running update-toolbareditor-from-libegg
@@ -314,10 +330,10 @@
* data/Makefile.am:
A data/weasel-ua-pref.js.in:
- Make UA ff-compatible. This fixes
- https://bugzilla.mozilla.org/show_bug.cgi?id=334967 . See also
- Camino bug https://bugzilla.mozilla.org/show_bug.cgi?id=384721 and
- https://bugzilla.mozilla.org/show_bug.cgi?id=385999 for discussion.
+ Make UA ff-compatible. This fixes
+ https://bugzilla.mozilla.org/show_bug.cgi?id=334967 . See also
+ Camino bug https://bugzilla.mozilla.org/show_bug.cgi?id=384721 and
+ https://bugzilla.mozilla.org/show_bug.cgi?id=385999 for discussion.
2007-06-26 Luca Ferretti <elle.uca@libero.it>
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));
}
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 40e6881cb..097e4cac9 100644
--- a/src/bookmarks/ephy-bookmarks.c
+++ b/src/bookmarks/ephy-bookmarks.c
@@ -1074,7 +1074,7 @@ ephy_bookmarks_init (EphyBookmarks *eb)
* translated string. */
/* Translators: this is an automatic topic containing local
* websites bookmarks autodiscovered with zeroconf. */
- const char *bk_local_sites = Q_("bookmarks|Local Sites");
+ const char *bk_local_sites = Q_("bookmarks|Nearby Sites");
#endif
eb->priv = EPHY_BOOKMARKS_GET_PRIVATE (eb);
@@ -1668,6 +1668,7 @@ ephy_bookmarks_get_topic_uri (EphyBookmarks *eb,
#ifdef ENABLE_ZEROCONF
else if (ephy_bookmarks_get_local (eb) == node)
{
+ /* Note: do not change to "Nearby" because of existing custom toolbars */
uri = g_strdup ("topic://Special/Local");
}
#endif
diff --git a/src/bookmarks/ephy-topic-factory-action.c b/src/bookmarks/ephy-topic-factory-action.c
index 4101f2ef1..347738b25 100644
--- a/src/bookmarks/ephy-topic-factory-action.c
+++ b/src/bookmarks/ephy-topic-factory-action.c
@@ -319,7 +319,7 @@ ephy_topic_factory_action_new (const char *name)
{
return GTK_ACTION (g_object_new (EPHY_TYPE_TOPIC_FACTORY_ACTION,
"name", name,
- "label", _("Quick Topic"),
+ "label", _("Topic"),
"stock-id", GTK_STOCK_ADD,
NULL));
}