changed "Aspect" to "Aspect Ratio".

2009-03-19  Sven Neumann  <sven@gimp.org>

	* app/actions/context-actions.c (context_actions): 
	* app/paint/gimpinkoptions.c: changed "Aspect" to "Aspect 
Ratio".


svn path=/trunk/; revision=28183
This commit is contained in:
Sven Neumann 2009-03-19 22:16:41 +00:00 committed by Sven Neumann
parent 640afea581
commit b4670e2f8a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-03-19 Sven Neumann <sven@gimp.org>
* app/actions/context-actions.c (context_actions):
* app/paint/gimpinkoptions.c: changed "Aspect" to "Aspect Ratio".
2009-03-19 Sven Neumann <sven@gimp.org>
Bug 471681 Keyboard shortcuts for brush size/params need feedback

View File

@ -72,7 +72,7 @@ static const GimpActionEntry context_actions[] =
{ "context-brush-hardness-menu", NULL, NC_("context-action",
"_Hardness") },
{ "context-brush-aspect-menu", NULL, NC_("context-action",
"_Aspect") },
"_Aspect Ratio")},
{ "context-brush-angle-menu", NULL, NC_("context-action",
"A_ngle") },

View File

@ -96,7 +96,7 @@ gimp_ink_options_class_init (GimpInkOptionsClass *klass)
GIMP_INK_BLOB_TYPE_ELLIPSE,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_BLOB_ASPECT,
"blob-aspect", _("Ink Blob Aspect"),
"blob-aspect", _("Ink Blob Aspect Ratio"),
1.0, 10.0, 1.0,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_BLOB_ANGLE,