From c85ed3fc9a1d0fd2f78c2ecefff4789246595695 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 22 Nov 2014 16:54:45 -0800 Subject: [PATCH] Wrong term for column --- commands/update_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/update_gui.py b/commands/update_gui.py index 78a04c33..94e68309 100644 --- a/commands/update_gui.py +++ b/commands/update_gui.py @@ -228,7 +228,7 @@ def addHeading(text): addHeading("Paying") addHeading("Asking") addHeading("Demand") - addHeading("Stock") + addHeading("Supply") self.endRow()