aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-paned.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-attachment-paned.c')
-rw-r--r--widgets/misc/e-attachment-paned.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-attachment-paned.c b/widgets/misc/e-attachment-paned.c
index 0e6395b0f8..8cdfe6c864 100644
--- a/widgets/misc/e-attachment-paned.c
+++ b/widgets/misc/e-attachment-paned.c
@@ -84,9 +84,9 @@ attachment_paned_notify_cb (EAttachmentPaned *paned,
/* Update the expander label. */
if (gtk_expander_get_expanded (expander))
- text = _("Hide _Attachment Bar");
+ text = _("Hide Attachment _Bar");
else
- text = _("Show _Attachment Bar");
+ text = _("Show Attachment _Bar");
gtk_label_set_text_with_mnemonic (label, text);
}