PDA

View Full Version : Changing button strings



Vishera
June 12th, 2017, 23:19
For my theme I have strings on top of my buttons, PCs, Notes, Images, etc.. but for backgrounds I set it to say just "Background" but it still says "Backgrounds", what am I doing wrong?


<string name="library_recordtype_label_charsheet">PCs</string>
works fine to change the character sheet window label

<string name="library_recordtype_label_backgrounds">Background</string>
doesn't seem to change the name for backgrounds.

Trenloe
June 12th, 2017, 23:21
Which ruleset?

Vishera
June 12th, 2017, 23:22
5e, sorry

Trenloe
June 12th, 2017, 23:23
It's built into the graphics. See graphics\sidebar\button_backgrounds.png

Vishera
June 12th, 2017, 23:27
<string name="library_recordtype_label_charsheet">PCs</string>
<string name="library_recordtype_label_image">Images</string>
<string name="library_recordtype_label_battle">Battles</string>
<string name="library_recordtype_label_backgrounds">Background</string>

backgrounds is the only one that won't change.

Vishera
June 12th, 2017, 23:29
ah figured it out


<string name="library_recordtype_label_background">Background</string> needed to take the "S" out haha