mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Fix typo 'success'
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Wox.Core
|
||||
var newVersionTips = Translater.GetTranslation("newVersionTips");
|
||||
newVersionTips = string.Format(newVersionTips, fr.Version);
|
||||
MessageBox.Show(newVersionTips);
|
||||
Log.Info($"|Updater.UpdateApp|Update succeed:{newVersionTips}");
|
||||
Log.Info($"|Updater.UpdateApp|Update success:{newVersionTips}");
|
||||
}
|
||||
|
||||
// always dispose UpdateManager
|
||||
|
||||
Reference in New Issue
Block a user