[gimp] app: only one mnemonic letter per filter
- From: Téo Mazars <teom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: only one mnemonic letter per filter
- Date: Mon, 23 Sep 2013 16:10:48 +0000 (UTC)
commit d9db3cc0cfe0672c143f98a8368badc3f1d170da
Author: Marco Ciampa <marcoc src gnome org>
Date: Mon Sep 23 16:25:01 2013 +0200
app: only one mnemonic letter per filter
app/actions/filters-actions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index da51d04..58d963d 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -211,7 +211,7 @@ static const GimpStringActionEntry filters_actions[] =
NULL /* FIXME GIMP_HELP_FILTER_NOISE_SLUR */ },
{ "filters-noise-spread", GIMP_STOCK_GEGL,
- NC_("filters-action", "_Sp_read..."), NULL, NULL,
+ NC_("filters-action", "Sp_read..."), NULL, NULL,
"gegl:noise-spread",
NULL /* FIXME GIMP_HELP_FILTER_NOISE_SPREAD */ },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]