summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index cd6351e61..f52b64e01 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -1101,7 +1101,7 @@ struct PerformanceRatingDetailWindow : Window {
if (score_type == SCORE_LOAN) val = needed - val;
/* Draw the amount we have against what is needed
- * For some of them it is in currency format */
+ * For some of them it is in currency format */
SetDParam(0, val);
SetDParam(1, needed);
switch (score_type) {