[evince] ev-toolbar: Fix typo in label



commit f93b9cf77728d05461cc37db47e808bbd8a72967
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Fri Jul 25 11:07:14 2014 -0700

    ev-toolbar: Fix typo in label
    
    https://bugzilla.gnome.org/show_bug.cgi?id=73375

 shell/ev-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-toolbar.c b/shell/ev-toolbar.c
index ac70a92..4c586e2 100644
--- a/shell/ev-toolbar.c
+++ b/shell/ev-toolbar.c
@@ -213,7 +213,7 @@ ev_toolbar_constructed (GObject *object)
 
         button = ev_toolbar_create_button (ev_toolbar, "win.open",
                                            "document-open-symbolic",
-                                           _("Open an existenting document"));
+                                           _("Open an existing document"));
         ev_toolbar->priv->open_button = button;
         gtk_container_add (GTK_CONTAINER (ev_toolbar), button);
         if (rtl)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]