also use the translation context for the tooltips.

2008-12-04  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpactiongroup.[ch]: also use the translation
	context for the tooltips.

	* app/actions/*.c: added translation context to all tooltips. 
Also
	improved some tooltips while I was on it.


svn path=/trunk/; revision=27757
This commit is contained in:
Sven Neumann
2008-12-04 10:32:20 +00:00
committed by Sven Neumann
parent 1c30c4ae7b
commit ff6bde0a88
43 changed files with 1218 additions and 760 deletions

View File

@ -53,7 +53,7 @@ static const GimpToggleActionEntry quick_mask_toggle_actions[] =
{
{ "quick-mask-toggle", GIMP_STOCK_QUICK_MASK_ON,
NC_("quick-mask-action", "Toggle _Quick Mask"), "<shift>Q",
N_("Toggle Quick Mask"),
NC_("quick-mask-action", "Toggle Quick Mask on/off"),
G_CALLBACK (quick_mask_toggle_cmd_callback),
FALSE,
GIMP_HELP_QUICK_MASK_TOGGLE }