Minor
This commit is contained in:
parent
a0ad0d5bb8
commit
bb7cc4eada
|
@ -475,7 +475,7 @@ parse_font_size (const char *name G_GNUC_UNUSED,
|
||||||
case 2: return true;
|
case 2: return true;
|
||||||
default:
|
default:
|
||||||
g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
|
g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
|
||||||
"%s argument should be one to four space-separated numbers",
|
"%s argument should be one or two space-separated numbers",
|
||||||
name);
|
name);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue