Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorFrancisco Javier F. Serrador <serrador@cvs.gnome.org>2006-05-08 21:45:52 (GMT)
committer Francisco Javier Fernandez Serrador <serrador@src.gnome.org>2006-05-08 21:45:52 (GMT)
commit5b5c9733272ff79b672c60e02174f3c34b16c422 (patch)
tree46a47d013339e7d396a101961f47810d6dad3633 /shell
parent7cbd380d5d1029427c6b6f1b516e3d0502b4041f (diff)
Updated Spanish translation.
2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-view.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 7c009d6..524a8d0 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -1333,15 +1333,15 @@ tip_from_action_named (EvLinkAction *action)
const gchar *name = ev_link_action_get_name (action);
if (g_ascii_strcasecmp (name, "FirstPage") == 0) {
- return g_strdup (_("Got to fisrt page"));
+ return g_strdup (_("Go to first page"));
} else if (g_ascii_strcasecmp (name, "PrevPage") == 0) {
- return g_strdup (_("Got to previuos page"));
+ return g_strdup (_("Go to previous page"));
} else if (g_ascii_strcasecmp (name, "NextPage") == 0) {
- return g_strdup (_("Got to next page"));
+ return g_strdup (_("Go to next page"));
} else if (g_ascii_strcasecmp (name, "LastPage") == 0) {
- return g_strdup (_("Got to last page"));
+ return g_strdup (_("Go to last page"));
} else if (g_ascii_strcasecmp (name, "GoToPage") == 0) {
- return g_strdup (_("Got to page"));
+ return g_strdup (_("Go to page"));
} else if (g_ascii_strcasecmp (name, "Find") == 0) {
return g_strdup (_("Find"));
}