From: Marcus M. <mar...@us...> - 2007-06-14 16:17:49
|
Update of /cvsroot/libexif/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12917 Modified Files: exif-data.c Log Message: fixed typo Index: exif-data.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-data.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -p -d -r1.95 -r1.96 --- exif-data.c 12 Jun 2007 15:50:16 -0000 1.95 +++ exif-data.c 14 Jun 2007 16:17:46 -0000 1.96 @@ -1124,7 +1124,7 @@ static struct { {EXIF_DATA_OPTION_FOLLOW_SPECIFICATION, N_("Follow specification"), N_("Add, correct and remove entries to get EXIF data that follows " "the specification.")}, - {EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE, N_("Don not change maker note"), + {EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE, N_("Do not change maker note"), N_("When loading and resaving Exif data, save the maker note unmodified." " Be aware that the maker note can get corrupted.")}, {0, NULL, NULL} |