summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-09 17:17:09 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-09 17:17:09 -0400
commit8cc4c75e63477142421347f82c3024d64cf0e02c (patch)
tree9f90249dfe898161717fd20d381a25fe93a64c89
parent9d05e1e048db3125054ad4bf15f1e9fe3f3e99b4 (diff)
Created AutoArtGPU
-rw-r--r--AutoAudioGPU.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/AutoAudioGPU.py b/AutoAudioGPU.py
index f364d11..eaa8b3a 100644
--- a/AutoAudioGPU.py
+++ b/AutoAudioGPU.py
@@ -133,8 +133,8 @@ def createAudios():
loadingLabel.destroy()
- finishedLabel = tk.Label(root, text='AutoImages has finished creating your\
- images.')
+ finishedLabel = tk.Label(root, text='AutoAudio has finished creating your\
+ audio files.')
finishedLabel.grid(row=2, column=0)
goToMenuButton = tk.Button(root, text='Go back to menu', command=goToMenu)