Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xpierroz committed Jun 13, 2023
1 parent 598bbc8 commit 1caad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roseui/v8.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def auto_update():
if version != __version__:
f = ctypes.windll.user32.MessageBoxW(
0,
"A new version has been detected.\nWould you like to automatically update?",
f"A new version has been detected.\nWould you like to download the new version?\nCurrent version: {str(__version__)} | New version {str(version)}",
"Rose Injector",
4
)
Expand Down

0 comments on commit 1caad79

Please sign in to comment.