diff --git a/officeHours.sb b/officeHours.sb index 74b778d..7a0447a 100644 --- a/officeHours.sb +++ b/officeHours.sb @@ -21,7 +21,7 @@ Sub frmMain GraphicsWindow.CanResize = 0 GraphicsWindow.Width = 400 GraphicsWindow.Height = 350 - GraphicsWindow.Title = "Office Hour" + GraphicsWindow.Title = "Office Hours" GraphicsWindow.BackgroundColor = GraphicsWindow.GetColorFromRGB(240, 240, 240) GraphicsWindow.FontBold = "False" GraphicsWindow.BrushColor = "Black"