[gnome-commander] i18n: typo fix



commit 5b368950d394c584c4f6304ef70eaf75b120977a
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Dec 10 13:18:46 2011 +0100

    i18n: typo fix

 src/gnome-cmd-con-dialog.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-con-dialog.cc b/src/gnome-cmd-con-dialog.cc
index caef758..209b7e9 100644
--- a/src/gnome-cmd-con-dialog.cc
+++ b/src/gnome-cmd-con-dialog.cc
@@ -379,7 +379,7 @@ inline gboolean GnomeCmdConnectDialog::verify_uri()
     {
         gnome_cmd_show_message (*this,
                                 stringify(g_strdup_printf (_("\"%s\" is not a valid location"), uri.c_str())),
-                                _("Please check the spelling and try again."));
+                                _("Please check spelling and try again."));
         return FALSE;
     }
 



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