Fixed wrong tooltip in IPTC panel, fixes #3569

This commit is contained in:
Morgan Hardwood
2017-01-04 21:59:12 +01:00
parent 6a1ccb9b15
commit d654a7a21b
3 changed files with 30 additions and 30 deletions

View File

@@ -32,8 +32,8 @@ const IptcPair strTags[] = {
{IPTC_TAG_HEADLINE, 256, "Headline"},
{IPTC_TAG_SPECIAL_INSTRUCTIONS, 256, "Instructions"},
{IPTC_TAG_CATEGORY, 3, "Category"},
{IPTC_TAG_BYLINE, 32, "Author"},
{IPTC_TAG_BYLINE_TITLE, 32, "AuthorsPosition"},
{IPTC_TAG_BYLINE, 32, "Creator"},
{IPTC_TAG_BYLINE_TITLE, 32, "CreatorJobTitle"},
{IPTC_TAG_CREDIT, 32, "Credit"},
{IPTC_TAG_SOURCE, 32, "Source"},
{IPTC_TAG_COPYRIGHT_NOTICE, 128, "Copyright"},