From f121e393ddc86376fa7fa7b0c1a8264df1030f8a Mon Sep 17 00:00:00 2001 From: Aariyan Ganesh <78972296+Aariyan-Ganesh@users.noreply.github.com> Date: Fri, 23 Dec 2022 13:50:23 +0000 Subject: [PATCH] Update officeHours.sb Correcting hour to hours --- officeHours.sb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"