Bug #784 » lr.typo.patch
| 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 |
}; |