added missing mnemonic.

2008-11-10  Sven Neumann  <sven@gimp.org>

	* app/actions/text-tool-actions.c (text_tool_actions): added
	missing mnemonic.


svn path=/trunk/; revision=27598
This commit is contained in:
Sven Neumann 2008-11-10 08:59:10 +00:00 committed by Sven Neumann
parent b0a83752df
commit ff5e76cf5c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-10 Sven Neumann <sven@gimp.org>
* app/actions/text-tool-actions.c (text_tool_actions): added
missing mnemonic.
2008-11-10 Sven Neumann <sven@gimp.org>
Bug 559725 Allow to set image-type and image-num-layers for

View File

@ -92,7 +92,7 @@ static const GimpActionEntry text_tool_actions[] =
NULL },
{ "text-tool-text-along-path", GIMP_STOCK_PATH,
N_("Text along Path"), "",
N_("Text _along Path"), "",
N_("Bend the text along the currently active path"),
G_CALLBACK (text_tool_text_along_path_cmd_callback),
NULL }