Browse Source

Changed message on update notification

pull/400/head 22000.318.37.5_ff26abe
Valentin Radu 4 years ago
parent
commit
ff26abe9a3
  1. 4
      ExplorerPatcher/updates.c

4
ExplorerPatcher/updates.c

@ -694,8 +694,8 @@ BOOL InstallUpdatesIfAvailable( @@ -694,8 +694,8 @@ BOOL InstallUpdatesIfAvailable(
L"activationType=\"protocol\" launch=\"https://github.com/valinet/ExplorerPatcher/releases/latest\" duration=\"long\">\r\n"
L" <visual>\r\n"
L" <binding template=\"ToastGeneric\">\r\n"
L" <text><![CDATA[An update is available]]></text>\r\n"
L" <text><![CDATA[Right click the taskbar, choose \"Properties\", then \"Updates\" - \"Install latest version\". Click here to learn more about this update.]]></text>\r\n"
L" <text><![CDATA[New version available]]></text>\r\n"
L" <text><![CDATA[You can update by right clicking the taskbar, choosing \"Properties\", then \"Updates\". Click here to learn more about this update.]]></text>\r\n"
L" <text placement=\"attribution\"><![CDATA[ExplorerPatcher]]></text>\r\n"
L" </binding>\r\n"
L" </visual>\r\n"

Loading…
Cancel
Save