From 1caad79616204b8ccc8ff7d156babcdd86305fb0 Mon Sep 17 00:00:00 2001 From: Pierre Henry Date: Tue, 13 Jun 2023 17:31:07 +0300 Subject: [PATCH] small typo --- roseui/v8.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roseui/v8.pyw b/roseui/v8.pyw index f1fe4dd5..14706983 100644 --- a/roseui/v8.pyw +++ b/roseui/v8.pyw @@ -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 )