Bugzilla – Bug 8890
extra SETUP_OFFSAVER string should be SETUP_OFFSAVER_ABBR
Last modified: 2008-07-28 01:24:32 UTC
In the player UI, under Settings > Display > Screensavers, the user sees three choices: "Screensaver when playing" (SETUP_SCREENSAVER), "Screensaver when stopped" (SETUP_IDLESAVER), and "When Off". That last string is wrong, and appears to be due to a bug in strings.txt. strings.txt has two stanzas for SETUP_OFFSAVER. One has only an English translation, "When Off". Based on SETUP_SCREENSAVER_ABBR and SETUP_IDLESAVER_ABBR, it appears that the "When Off" string should be named SETUP_OFFSAVER_ABBR.
Created attachment 3689 [details] patch for server/strings.txt Simple patch to fix the problem.
good catch - thanks! Change 22144