mirror of https://github.com/GNOME/gimp.git
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:
parent
b0a83752df
commit
ff5e76cf5c
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue