controlbox2 / siren-of-shame

Automatically exported from code.google.com/p/siren-of-shame
0 stars 0 forks source link

Minor achievements issues #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Mouse over Chron Grand-Master achievement. "Was responseible for 96 hours of 
cumulative build time" has a typo: responseible should be responsible (source 
here: 
https://github.com/AutomatedArchitecture/SirenOfShame/blob/master/SirenOfShame.L
ib/Settings/AchievementSetting.cs#L48)

2. Though I'm not there yet quite... Jon Skeet achievement looks misconfigured:
https://github.com/AutomatedArchitecture/SirenOfShame/blob/master/SirenOfShame.L
ib/Achievements/JonSkeet.cs#L17
        public override AchievementEnum AchievementEnum
        {
            get { return AchievementEnum.Legend; }
        }
Legend should read JonSkeet

What version of the product are you using? On what operating system?
2.0.3 on Windows 7

If appropriate please provide a stack trace (see
http://sirenofshame.blogspot.com/2012/01/how-to-report-errors.html)

Please provide any additional information below.

Original issue reported on code.google.com by benpmor...@gmail.com on 30 Jan 2013 at 11:29

GoogleCodeExporter commented 9 years ago
@benpmorgan you are the man! Not only did you find my copy paste error and 
typo, but you gave me the exact line and how to fix.  I am deeply impressed.  
Thank you.

Original comment by lpric...@gmail.com on 1 Feb 2013 at 1:20