diff options
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r-- | updater/updater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index bd60df8..154d0b4 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -199,7 +199,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { // create update action for triggerplugin
ACTIONREGISTER ar = {0};
ar.cbSize = sizeof(ACTIONREGISTER);
- ar.pszName = Translate("Check for Updates");
+ ar.pszName = Translate("Check for Plugin Updates");
ar.pszService = MS_UPDATE_CHECKFORUPDATESTRGR;
CallService(MS_TRIGGER_REGISTERACTION, 0, (LPARAM)&ar);
|