mirror of https://github.com/GNOME/gimp.git
String review: fix some spelling and formatting issues
This commit is contained in:
parent
c7614f182b
commit
841c8a7ebe
|
@ -79,7 +79,7 @@ static const GimpActionEntry select_actions[] =
|
|||
|
||||
{ "select-sharpen", NULL,
|
||||
NC_("select-action", "_Sharpen"), NULL,
|
||||
NC_("select-action", "Remove fuzzyness from the selection"),
|
||||
NC_("select-action", "Remove fuzziness from the selection"),
|
||||
G_CALLBACK (select_sharpen_cmd_callback),
|
||||
GIMP_HELP_SELECTION_SHARPEN },
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ gimp_paint_options_class_init (GimpPaintOptionsClass *klass)
|
|||
GIMP_PARAM_STATIC_STRINGS);
|
||||
|
||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_HARD,
|
||||
"hard", _("Ignore fuzzyness of the current brush"),
|
||||
"hard", _("Ignore fuzziness of the current brush"),
|
||||
DEFAULT_HARD,
|
||||
GIMP_PARAM_STATIC_STRINGS);
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ gimp_magnify_options_class_init (GimpMagnifyOptionsClass *klass)
|
|||
|
||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_AUTO_RESIZE,
|
||||
"auto-resize",
|
||||
N_("Resize image window to accomodate "
|
||||
N_("Resize image window to accommodate "
|
||||
"new zoom level"),
|
||||
FALSE,
|
||||
GIMP_PARAM_STATIC_STRINGS);
|
||||
|
|
|
@ -616,7 +616,7 @@ save_dialog (gint32 image_ID)
|
|||
spinbutton, 1, TRUE);
|
||||
|
||||
gimp_help_set_help_data (spinbutton,
|
||||
_("The amount of cellpadding."), NULL);
|
||||
_("The amount of cell padding."), NULL);
|
||||
|
||||
g_signal_connect (adj, "value-changed",
|
||||
G_CALLBACK (gimp_int_adjustment_update),
|
||||
|
@ -629,7 +629,7 @@ save_dialog (gint32 image_ID)
|
|||
spinbutton, 1, TRUE);
|
||||
|
||||
gimp_help_set_help_data (spinbutton,
|
||||
_("The amount of cellspacing."), NULL);
|
||||
_("The amount of cell spacing."), NULL);
|
||||
|
||||
g_signal_connect (adj, "value-changed",
|
||||
G_CALLBACK (gimp_int_adjustment_update),
|
||||
|
|
|
@ -1086,7 +1086,7 @@ save_dialog (const gint32 image_ID, GimpParamRegion *hotspotRange)
|
|||
G_CALLBACK (gimp_int_adjustment_update),
|
||||
&xmcparas.x);
|
||||
gimp_help_set_help_data (tmpwidget,
|
||||
_("Enter the X coordinate of the hot spot."
|
||||
_("Enter the X coordinate of the hot spot. "
|
||||
"The origin is top left corner."),
|
||||
NULL);
|
||||
gimp_table_attach_aligned (GTK_TABLE (table), 0, 0,
|
||||
|
@ -1104,7 +1104,7 @@ save_dialog (const gint32 image_ID, GimpParamRegion *hotspotRange)
|
|||
&xmcparas.y);
|
||||
/* tooltip */
|
||||
gimp_help_set_help_data (tmpwidget,
|
||||
_("Enter the Y coordinate of the hot spot."
|
||||
_("Enter the Y coordinate of the hot spot. "
|
||||
"The origin is top left corner."),
|
||||
NULL);
|
||||
gimp_table_attach_aligned (GTK_TABLE (table), 1, 0,
|
||||
|
@ -1726,10 +1726,10 @@ save_image (const gchar *filename,
|
|||
if (size_warn)
|
||||
{
|
||||
g_message (_("Your cursor was successfully saved but it contains one "
|
||||
"or more frames which nominal size is not "
|
||||
"or more frames whose nominal size is not "
|
||||
"supported by gnome-appearance-properties.\n"
|
||||
"You can satisfy it by checking \"Replace the size of all "
|
||||
"frame...\" in save dialog, or Your cursor may not appear "
|
||||
"frame...\" in the save dialog, or your cursor may not appear "
|
||||
"in gnome-appearance-properties."));
|
||||
}
|
||||
/*
|
||||
|
|
|
@ -266,7 +266,7 @@ read_header_block (PSDimage *img_a,
|
|||
if (memcmp (sig, "8BPS", 4) != 0)
|
||||
{
|
||||
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
|
||||
_("Not a valid photoshop document file"));
|
||||
_("Not a valid Photoshop document file"));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
(brush-size (sota-scale size 0.5 chrome-factor))
|
||||
(mask (car (gimp-channel-new img width height "Chrome Stencil" 50 '(0 0 0))))
|
||||
(bg-layer (car (gimp-layer-new img width height GRAY-IMAGE _"Background" 100 NORMAL-MODE)))
|
||||
(layer1 (car (gimp-layer-new img banding-width banding-height banding-type _"Layer1" 100 NORMAL-MODE)))
|
||||
(layer1 (car (gimp-layer-new img banding-width banding-height banding-type _"Layer 1" 100 NORMAL-MODE)))
|
||||
(layer2 (car (gimp-layer-new img width height GRAYA-IMAGE _"Layer 2" 100 DIFFERENCE-MODE)))
|
||||
(layer3 (car (gimp-layer-new img width height GRAYA-IMAGE _"Layer 3" 100 NORMAL-MODE)))
|
||||
(shadow (car (gimp-layer-new img width height GRAYA-IMAGE _"Drop Shadow" 100 NORMAL-MODE)))
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
(script-fu-register "script-fu-line-nova"
|
||||
_"Line _Nova..."
|
||||
_"Fill a layer with rays emanating outward from its center using the FG color"
|
||||
_"Fill a layer with rays emanating outward from its center using the foreground color"
|
||||
"Shuji Narazaki <narazaki@gimp.org>"
|
||||
"Shuji Narazaki"
|
||||
"1997,1998"
|
||||
|
|
Loading…
Reference in New Issue