[evince] Fix typo in a new string ("permantly")



commit dd0b4a2f7a430ca2c819514d879018fb1f78f871
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Sep 28 18:08:48 2016 +0200

    Fix typo in a new string ("permantly")

 shell/ev-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4cf7a6c..7205e11 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -3548,7 +3548,7 @@ ev_window_check_document_modified (EvWindow      *ev_window,
        if (command == EV_WINDOW_ACTION_RELOAD) {
                text = g_markup_printf_escaped (_("Reload document “%s”?"),
                                                gtk_window_get_title (GTK_WINDOW (ev_window)));
-               secondary_text_command = _("If you reload the document, changes will be permantly lost.");
+               secondary_text_command = _("If you reload the document, changes will be permanently lost.");
                gtk_dialog_add_buttons (GTK_DIALOG (dialog),
                                        GTK_STOCK_NO,
                                        GTK_RESPONSE_NO,


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