Skip to content

Commit 3494807

Browse files
committed
Minor change
1 parent 5eac10f commit 3494807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

massivemacro/massivemacro_gui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def get_max_message_length(self, length, massivizer):
208208
)
209209

210210
def get_random_char_swap_chance(self, chance, massivizer):
211-
self.add_widget(self.get_label("Random char swap chance:", 8), True)
211+
self.add_widget(self.get_label("Random character swap chance:", 8), True)
212212
return self.get_double_line_edit(
213213
str(chance),
214214
lambda text: (
@@ -335,7 +335,7 @@ def closeEvent(self, event):
335335
if self.settings.tray_notification:
336336
self.tray_icon.showMessage(
337337
"MassiveMacro",
338-
"MassiveMacro was minimized to the system tray",
338+
"MassiveMacro was minimized to the system tray.",
339339
self.icon,
340340
2000
341341
)

0 commit comments

Comments
 (0)