Home
Help
Search
Login
Register
Attract-Mode Support Forum
»
Attract-Mode Support
»
Scripting
»
How do I edit the exit text when exiting?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do I edit the exit text when exiting? (Read 16946 times)
tidyhunger
Newbie
Posts: 6
How do I edit the exit text when exiting?
«
on:
August 28, 2016, 04:26:11 AM »
Hello, I am wanting to edit the text shown when pressing escape to exit the attract-mode front-end. At the moment, it shows "Exit Attract-Mode?" - I'm wanting to change this.
What file am I to edit to be able to do this?
Thanks for your help!
Logged
raygun
Administrator
Sr. Member
Posts: 393
Re: How do I edit the exit text when exiting?
«
Reply #1 on:
September 06, 2016, 01:13:12 PM »
Easiest way is to edit .attract/language/<your language>.msg
and change the line
Code:
[Select]
Exit Attract-Mode?;Exit Attract-Mode?
to
Code:
[Select]
Exit Attract-Mode?;<insert text you want here>
If you're using english just add the above as a new line in .attract/language/en.msg
Logged
tekn0
Full Member
Posts: 52
Re: How do I edit the exit text when exiting?
«
Reply #2 on:
July 06, 2017, 10:18:09 AM »
This file and folder does not exist on my Pi install. It's located at /usr/local/share/attract/language but it does not contain any similar lines to edit. do I need to create this file?
Logged
Print
Pages: [
1
]
« previous
next »
Attract-Mode Support Forum
»
Attract-Mode Support
»
Scripting
»
How do I edit the exit text when exiting?