diff options
Diffstat (limited to 'mail/mail-ops.c')
-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")); } } |