summaryrefslogtreecommitdiff
path: root/updater/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'updater/icons.cpp')
-rw-r--r--updater/icons.cpp6
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 },
};