Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DecimalTurn committed Nov 30, 2017
1 parent 8c5e293 commit 9c6f30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Pomodoro_Timer.xlsb
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Pomodoro_Timer.xlsb/Main.bas
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Sub PomodoroSession()
BreakTimeSec = Range("Break_sec")
AutoLaunch = True
If Range("Run_in_seperate_instance").Value = True And Reopen_decision = True Then
MsgBox "To let you work with Excel while the timer is running, this file will now be reopen in a second instance of Excel." & vbNewLine & _
"Once, the was has been reopen, you will need to relaunch the timer."
MsgBox "To let you work with Excel while the timer is running, this file will now be reopened in a second instance of Excel." & vbNewLine & _
"Once it was has been reopened, you will need to relaunch the timer."
Call OpenItSelfInAnotherInstance
End If
ThisWorkbook.Application.WindowState = xlMinimized
Expand Down

0 comments on commit 9c6f30f

Please sign in to comment.