Project

General

Profile

Bug #784 » lr.typo.patch

Typo patch - Alan Pater, 15 Mar 2015 02:48

View differences:

src/properties.cpp (working copy)
402 402
    };
403 403

  
404 404
    extern const XmpPropertyInfo xmpLrInfo[] = {
405
        { "hierarchicalsubject",    N_("HierarchicalSubject"),    "bag Text",  xmpBag,      xmpExternal, N_("Hierarchical Subject.")    },
406
        { "privatertkinfo",         N_("PrivateRTKInfo"),         "Text",      xmpText,     xmpExternal, N_("Private RTK Info.")        },
405
        { "hierarchicalSubject",    N_("HierarchicalSubject"),    "bag Text",  xmpBag,      xmpExternal, N_("Hierarchical Subject.")    },
406
        { "privateRTKInfo",         N_("PrivateRTKInfo"),         "Text",      xmpText,     xmpExternal, N_("Private RTK Info.")        },
407 407
        // End of list marker
408 408
        { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
409 409
    };
(2-2/5)