info: minor changes
This commit is contained in:
parent
3141e0ba8f
commit
07183de5fb
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ class XMP {
|
||||||
'aux': 'Exif Aux',
|
'aux': 'Exif Aux',
|
||||||
'avm': 'Astronomy Visualization',
|
'avm': 'Astronomy Visualization',
|
||||||
'Camera': 'Camera',
|
'Camera': 'Camera',
|
||||||
|
'cc': 'Creative Commons',
|
||||||
|
'crd': 'Camera Raw Defaults',
|
||||||
'creatorAtom': 'After Effects',
|
'creatorAtom': 'After Effects',
|
||||||
'crs': 'Camera Raw Settings',
|
'crs': 'Camera Raw Settings',
|
||||||
'dc': 'Dublin Core',
|
'dc': 'Dublin Core',
|
||||||
|
|
|
@ -57,7 +57,7 @@ class InfoSearchDelegate extends SearchDelegate {
|
||||||
l10n.viewerInfoSearchSuggestionDescription: 'abstract or description or comment or textual',
|
l10n.viewerInfoSearchSuggestionDescription: 'abstract or description or comment or textual',
|
||||||
l10n.viewerInfoSearchSuggestionDimensions: 'width or height or dimension or framesize or imagelength',
|
l10n.viewerInfoSearchSuggestionDimensions: 'width or height or dimension or framesize or imagelength',
|
||||||
l10n.viewerInfoSearchSuggestionResolution: 'resolution',
|
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(
|
return ListView(
|
||||||
children: suggestions.entries
|
children: suggestions.entries
|
||||||
|
|
Loading…
Reference in a new issue