name cleanup:

ScreenOptionsMenu -> ScreenOptionsService
ScreenOptionsSubMenu -> ScreenOptionsServiceChild
This commit is contained in:
Chris Danford
2005-07-14 05:52:17 +00:00
parent 1798075550
commit 0cdefdbc33
8 changed files with 71 additions and 65 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ function FormatNumSongsPlayed( num )
else
s = s .. ' songs played'
end
return ret
return s
end
-- (c) 2005 Chris Danford