From f33200fe8d3b363264ad5d186e17ca46f4a27fc6 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Thu, 12 Mar 2026 20:04:54 +0100 Subject: [PATCH] plug-ins: show default text for licensor_phone_type2 in metadata-editor --- plug-ins/metadata/metadata-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/metadata/metadata-editor.c b/plug-ins/metadata/metadata-editor.c index 0595b8223d..ebbb52e331 100644 --- a/plug-ins/metadata/metadata-editor.c +++ b/plug-ins/metadata/metadata-editor.c @@ -4271,7 +4271,7 @@ metadata_dialog_editor_set_metadata (GExiv2Metadata *metadata, COL_LICENSOR_PHONE1, NULL, COL_LICENSOR_PHONE_TYPE1, gettext (phone_types[0].display), COL_LICENSOR_PHONE2, NULL, - COL_LICENSOR_PHONE_TYPE1, gettext (phone_types[0].display), + COL_LICENSOR_PHONE_TYPE2, gettext (phone_types[0].display), COL_LICENSOR_EMAIL, NULL, COL_LICENSOR_WEB, NULL, -1);