summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrepgoal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/repgoal.hs b/repgoal.hs
index 2aeceb6..431c928 100755
--- a/repgoal.hs
+++ b/repgoal.hs
@@ -130,7 +130,7 @@ drawUI (St lifts) = [vCenter $ vBox [hCenter oneRepMaxTable, hCenter lastSetTabl
130 [ 130 [
131 txt $ (if week == 1 then liftName else " "), 131 txt $ (if week == 1 then liftName else " "),
132 str $ show week, 132 str $ show week,
133 str $ printf "%2d @ %d" targetReps targetWeight, 133 str $ printf "%2d+ @ %d" targetReps targetWeight,
134 str $ showGoal repGoal, 134 str $ showGoal repGoal,
135 str $ showGoal (repGoal + 1) 135 str $ showGoal (repGoal + 1)
136 ] 136 ]