diff --git a/lib/ref/xmp.dart b/lib/ref/xmp.dart index 69de5c470..53c6f1c30 100644 --- a/lib/ref/xmp.dart +++ b/lib/ref/xmp.dart @@ -9,6 +9,8 @@ class XMP { 'aux': 'Exif Aux', 'avm': 'Astronomy Visualization', 'Camera': 'Camera', + 'cc': 'Creative Commons', + 'crd': 'Camera Raw Defaults', 'creatorAtom': 'After Effects', 'crs': 'Camera Raw Settings', 'dc': 'Dublin Core', diff --git a/lib/widgets/viewer/info/info_search.dart b/lib/widgets/viewer/info/info_search.dart index 445535c8b..7a9e763c8 100644 --- a/lib/widgets/viewer/info/info_search.dart +++ b/lib/widgets/viewer/info/info_search.dart @@ -57,7 +57,7 @@ class InfoSearchDelegate extends SearchDelegate { l10n.viewerInfoSearchSuggestionDescription: 'abstract or description or comment or textual', l10n.viewerInfoSearchSuggestionDimensions: 'width or height or dimension or framesize or imagelength', l10n.viewerInfoSearchSuggestionResolution: 'resolution', - l10n.viewerInfoSearchSuggestionRights: 'rights or copyright or artist or creator or by-line or credit -tool', + l10n.viewerInfoSearchSuggestionRights: 'rights or copyright or attribution or license or artist or creator or by-line or credit -tool', }; return ListView( children: suggestions.entries