(svn r18078) -Codechange: remove some duplicate (non translatable) strings

This commit is contained in:
rubidium
2009-11-14 15:37:33 +00:00
parent 668a98909b
commit 16c2e53191
56 changed files with 6 additions and 153 deletions

View File

@@ -1084,7 +1084,7 @@ struct PerformanceRatingDetailWindow : Window {
/* Draw the score */
SetDParam(0, score);
DrawString(7, 107, r.top + 6, STR_PERFORMANCE_DETAIL_INT, TC_FROMSTRING, SA_RIGHT);
DrawString(7, 107, r.top + 6, STR_BLACK_INT, TC_FROMSTRING, SA_RIGHT);
/* Calculate the %-bar */
byte x = Clamp(val, 0, needed) * 50 / needed;