diff options
author | Valek Frob <frob@src.gnome.org> | 2000-08-16 16:19:17 +0800 |
---|---|---|
committer | Valek Frob <frob@src.gnome.org> | 2000-08-16 16:19:17 +0800 |
commit | c6e25f89a5be7a1e8f13eb91ff568ff02549c178 (patch) | |
tree | aa4a7ef92aece60c35c95967cdeed09ac29883db /mail | |
parent | e7a10a24388a2b0713c83305a189640adf2f2c94 (diff) | |
download | gsoc2013-evolution-c6e25f89a5be7a1e8f13eb91ff568ff02549c178.tar gsoc2013-evolution-c6e25f89a5be7a1e8f13eb91ff568ff02549c178.tar.gz gsoc2013-evolution-c6e25f89a5be7a1e8f13eb91ff568ff02549c178.tar.bz2 gsoc2013-evolution-c6e25f89a5be7a1e8f13eb91ff568ff02549c178.tar.lz gsoc2013-evolution-c6e25f89a5be7a1e8f13eb91ff568ff02549c178.tar.xz gsoc2013-evolution-c6e25f89a5be7a1e8f13eb91ff568ff02549c178.tar.zst gsoc2013-evolution-c6e25f89a5be7a1e8f13eb91ff568ff02549c178.zip |
Updated russian translation. Fixed typo in mail-ops.c.
svn path=/trunk/; revision=4852
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 1ac1916c37..ca3d208ded 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1549,7 +1549,7 @@ describe_display_message (gpointer in_data, gboolean gerund) return g_strdup_printf (_("Display message UID \"%s\""), input->uid); else - return g_strdup (_("Clear message dispaly")); + return g_strdup (_("Clear message display")); } } |