Fixed "Detailed save messages" option's value

The value for that option was displayed as "Unknown", instead of "On" or
"Off".
This commit is contained in:
Blue-Shadow 2016-02-24 14:52:29 +03:00
parent 8e2a629e5a
commit 81cca69303
1 changed files with 1 additions and 1 deletions

View File

@ -1123,7 +1123,7 @@ OptionMenu MessageOptions
Option "$MSGMNU_CENTEREDMESSAGES", "msgmidcolor", "TextColors"
StaticText " "
Option "$MSGMNU_SCREENSHOTMESSAGES", "screenshot_quiet", "OffOn"
Option "$MSGMNU_LONGSAVEMESSAGES", " longsavemessages", "OnOff"
Option "$MSGMNU_LONGSAVEMESSAGES", "longsavemessages", "OnOff"
}
//-------------------------------------------------------------------------------------------