aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}
me/log/?h=mate-1.16&id=f9a2b2d001c1695a98b0f2fd6847d6596e6394db'>root/x11-toolkits/paragui-devel
Commit message (Expand)AuthorAgeFilesLines
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1
* Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1
* Add x11-toolkits/paragui-devel, a development version of x11-toolkits/paraguigarga2006-06-223-57/+70
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
* - Fix MASTER_SITES -> make fetchablevs2006-05-121-5/+5
* Conversion to a single libtool environment.ade2006-02-232-2/+2
* Chase shlib bump of libexpat.kuriyama2006-01-311-2/+2
* - Add SHA256pav2005-11-261-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-15