From 5b5c9733272ff79b672c60e02174f3c34b16c422 Mon Sep 17 00:00:00 2001 From: Francisco Javier F. Serrador Date: Mon, 08 May 2006 21:45:52 +0000 Subject: Updated Spanish translation. 2006-05-08 Francisco Javier F. Serrador * es.po: Updated Spanish translation. --- (limited to 'shell') 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")); } -- cgit v0.9.1