mirror of https://github.com/GNOME/gimp.git
pdb: Untabify image.pdb
This commit is contained in:
parent
bb02019aa0
commit
0f58d779c1
|
@ -2272,7 +2272,7 @@ image_set_resolution_invoker (GimpProcedure *procedure,
|
|||
yresolution < GIMP_MIN_RESOLUTION || yresolution > GIMP_MAX_RESOLUTION)
|
||||
{
|
||||
g_set_error_literal (error, GIMP_PDB_ERROR, GIMP_PDB_INVALID_ARGUMENT,
|
||||
_("Image resolution is out of bounds, "
|
||||
_("Image resolution is out of bounds, "
|
||||
"using the default resolution instead."));
|
||||
success = FALSE;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue