PDA

View Full Version : Where is the name of a sub-menue item set?



peterb
September 4th, 2024, 15:15
I've added a sub-menu item "Trait" under the "Character" menu. All the other menu item are in plural, but I can't find where that is set. All I find are the singular names.

61877

Trenloe
September 4th, 2024, 15:24
These are string resources. Look in the CoreRPG strings\strings_utility.xml file - there are sets of three library_recordtype_label_XXX, library_recordtype_single_XXX and library_recordtype_empty_XXX, where XXX is the base record name. Use similar string entries for trait in your ruleset/extension.

peterb
September 4th, 2024, 18:19
Great! Thanks! That did it!