Author Topic: How do I edit the exit text when exiting?  (Read 5246 times)

tidyhunger

  • Newbie
  • *
  • Posts: 6
    • View Profile
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!

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
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

tekn0

  • Full Member
  • ***
  • Posts: 52
    • View Profile
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?