Skip to content

Commit 13032f4

Browse files
committed
Fix Pana tag typo and improve Fuji tag description
1 parent 2101359 commit 13032f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fujimn_int.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ namespace Exiv2 {
240240
N_("Chroma saturation setting"),
241241
fujiId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(fujiColor)),
242242
TagInfo(0x1004, "Tone", N_("Tone"),
243-
N_("Contrast setting"),
243+
N_("Tone (contrast) setting"),
244244
fujiId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(fujiTone)),
245245
TagInfo(0x1010, "FlashMode", N_("Flash Mode"),
246246
N_("Flash firing mode setting"),

src/panasonicmn_int.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ namespace Exiv2 {
501501
TagInfo(0x006d, "City", N_("City"), N_("City"), panasonicId, makerTags, undefined, -1, printPanasonicText),
502502
TagInfo(0x006f, "Landmark", N_("Landmark"), N_("Landmark"), panasonicId, makerTags, undefined, -1, printPanasonicText),
503503
TagInfo(0x0070, "IntelligentResolution", N_("Intelligent resolution"), N_("Intelligent resolution"), panasonicId, makerTags, unsignedByte, -1, EXV_PRINT_TAG(panasonicIntelligentResolution)),
504-
TagInfo(0x0077, "BurstSheed", N_("Burst Speed"), N_("Burst Speed in pictures per second"), panasonicId, makerTags, unsignedShort, -1, printValue),
504+
TagInfo(0x0077, "BurstSpeed", N_("Burst Speed"), N_("Burst Speed in pictures per second"), panasonicId, makerTags, unsignedShort, -1, printValue),
505505
TagInfo(0x0079, "IntelligentDRange", N_("Intelligent Dynamic Range"), N_("Intelligent Dynamic Range"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicIntelligentDRange)),
506506
TagInfo(0x007c, "ClearRetouch", N_("Clear Retouch"), N_("Clear Retouch"), panasonicId, makerTags, unsignedShort, -1, EXV_PRINT_TAG(panasonicClearRetouch)),
507507
TagInfo(0x0080, "City2", N_("City2"), N_("City2"), panasonicId, makerTags, undefined, -1, printPanasonicText),

0 commit comments

Comments
 (0)