Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorBryan Clark <clarkbw@cvs.gnome.org>2005-02-11 23:31:57 (GMT)
committer Bryan W Clark <clarkbw@src.gnome.org>2005-02-11 23:31:57 (GMT)
commit778e7c75fd2ff4453f4d45a6313f7da7c92ffa73 (patch)
treee0e058fb20860cf4f65dc5a265fc0f01ba85d013 /shell
parente271e430346fc972335a7e0abc8a0af235a09601 (diff)
fixed typo, closes bug 166897
2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org> * shell/ev-window.c: fixed typo, closes bug 166897 * TODO: updated TODO with bug numbers that are relevant
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index fdcb264..a1d74f6 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1620,7 +1620,7 @@ static GtkActionEntry entries[] = {
N_("Shrink the document"),
G_CALLBACK (ev_window_cmd_view_zoom_out) },
{ "ViewNormalSize", GTK_STOCK_ZOOM_100, NULL, "<control>0",
- N_("Reset the zoom level to the defaul value"),
+ N_("Reset the zoom level to the default value"),
G_CALLBACK (ev_window_cmd_view_normal_size) },
{ "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,
N_("Make the current document fill the window"),