aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-01 02:45:03 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-01 02:45:03 +0800
commit8b836906769d1b5a34256fc76de242f622a5cfbb (patch)
tree2d2099c2e8a8436e4b4cd1a95ee4670d3e9e9dbe
parentb3f22851b58f0863697cfcc9d5da0291b6dbdb7f (diff)
downloadgsoc2013-epiphany-8b836906769d1b5a34256fc76de242f622a5cfbb.tar
gsoc2013-epiphany-8b836906769d1b5a34256fc76de242f622a5cfbb.tar.gz
gsoc2013-epiphany-8b836906769d1b5a34256fc76de242f622a5cfbb.tar.bz2
gsoc2013-epiphany-8b836906769d1b5a34256fc76de242f622a5cfbb.tar.lz
gsoc2013-epiphany-8b836906769d1b5a34256fc76de242f622a5cfbb.tar.xz
gsoc2013-epiphany-8b836906769d1b5a34256fc76de242f622a5cfbb.tar.zst
gsoc2013-epiphany-8b836906769d1b5a34256fc76de242f622a5cfbb.zip
Tiny string fix. Fixes bug #167448.
2005-07-31 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Tiny string fix. Fixes bug #167448.
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7cc674ec..ec4596376 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-31 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-window.c:
+
+ Tiny string fix. Fixes bug #167448.
+
+2005-07-31 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-main.c: (main):
* src/window-commands.c: (window_cmd_view_stop),
(window_cmd_help_about):
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 67f017617..7ab8cf956 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -284,7 +284,7 @@ static const GtkToggleActionEntry ephy_menu_toggle_entries [] =
/* File Menu */
{ "FileWorkOffline", NULL, N_("_Work Offline"), NULL,
- N_("Toggle network status"),
+ N_("Switch to offline mode"),
G_CALLBACK (window_cmd_file_work_offline), FALSE },
/* View Menu */