mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
app: Fix description typo
This patch fixes a minor typo in a user-facing description within app/path/gimpvectorlayer.c This was found via codespell.
This commit is contained in:
@@ -523,7 +523,7 @@ gimp_vector_layer_removed_options_path (GimpVectorLayer *layer)
|
||||
if (layer->options)
|
||||
{
|
||||
gimp_image_undo_push_vector_layer (gimp_item_get_image (GIMP_ITEM (layer)),
|
||||
_("Discard Vector Informations"),
|
||||
_("Discard Vector Information"),
|
||||
layer, NULL);
|
||||
|
||||
g_object_set (layer->options, "path", NULL, NULL);
|
||||
|
Reference in New Issue
Block a user