diff options
Diffstat (limited to 'updater/icons.cpp')
-rw-r--r-- | updater/icons.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/updater/icons.cpp b/updater/icons.cpp index 398303f..a8349c5 100644 --- a/updater/icons.cpp +++ b/updater/icons.cpp @@ -14,9 +14,9 @@ typedef struct static IconStruct iconList[] =
{
- { "Check for Updates", "updater_check", IDI_MAINMENU },
- { "Restart", "updater_restart", IDI_RESTART },
- { "Update and Exit", "updater_checkexit", IDI_UPDATEANDEXIT },
+ { "Check for Plugin Updates", "updater_check", IDI_MAINMENU },
+ { "Restart", "updater_restart", IDI_RESTART },
+ { "Update and Exit", "updater_checkexit", IDI_UPDATEANDEXIT },
};
|