summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-10 01:54:22 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-10 01:54:22 +0900
commitbe9f4abbafb401cbc366e0646880fce57930ce8a (patch)
tree5018877eb943a8de1a4893d56695609e96020d0a /src
parente64fdc4395a0447fe71b4b17060e609a265ba56a (diff)
* src/glade-window.c: Applied patch by Sergio GarcĂ­a Lobo to fix bug 487656 and provide
mnemonic key access to "Text beside icons" palette option.
Diffstat (limited to 'src')
-rw-r--r--src/glade-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glade-window.c b/src/glade-window.c
index 5e5bc32f..a498579c 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -2318,7 +2318,7 @@ static guint n_view_entries = G_N_ELEMENTS (view_entries);
static GtkRadioActionEntry radio_entries[] = {
- {"IconsAndLabels", NULL, N_("Text beside icons"), NULL,
+ {"IconsAndLabels", NULL, N_("Text _beside icons"), NULL,
N_("Display items as text beside icons"), GLADE_ITEM_ICON_AND_LABEL},
{"IconsOnly", NULL, N_("_Icons only"), NULL,