summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/ss_options.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2016-10-23 13:41:40 +0300
committerdartraiden <wowemuh@gmail.com>2016-10-23 13:41:40 +0300
commita21709b203a41ef355e93c27987b7112ae8c5a59 (patch)
tree66d26fc870049ffa42e1b91e8c8b2ccda956e9c1 /plugins/StatusManager/src/ss_options.cpp
parent1da63878205c9c44f91fc15b9f13d71ec58066e9 (diff)
StatusManager: decapitalization, remove remains of status plugins
Diffstat (limited to 'plugins/StatusManager/src/ss_options.cpp')
-rw-r--r--plugins/StatusManager/src/ss_options.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/StatusManager/src/ss_options.cpp b/plugins/StatusManager/src/ss_options.cpp
index 7a5c1b92e4..ce4c047801 100644
--- a/plugins/StatusManager/src/ss_options.cpp
+++ b/plugins/StatusManager/src/ss_options.cpp
@@ -725,7 +725,7 @@ static INT_PTR CALLBACK StatusProfilesOptDlgProc(HWND hwndDlg,UINT msg,WPARAM wP
int i=(int)wParam;
if ( arProfiles.getCount() == 1) {
- MessageBox(NULL, TranslateT("At least one profile must exist"), TranslateT("StartupStatus"), MB_OK);
+ MessageBox(NULL, TranslateT("At least one profile must exist"), TranslateT("Status manager"), MB_OK);
break;
}
@@ -734,7 +734,7 @@ static INT_PTR CALLBACK StatusProfilesOptDlgProc(HWND hwndDlg,UINT msg,WPARAM wP
int defProfile;
GetProfileCount((WPARAM)&defProfile, 0);
if (i == defProfile) {
- MessageBox(NULL, TranslateT("Your default profile will be changed"), TranslateT("StartupStatus"), MB_OK);
+ MessageBox(NULL, TranslateT("Your default profile will be changed"), TranslateT("Status manager"), MB_OK);
db_set_w(NULL, SSMODULENAME, SETTING_DEFAULTPROFILE, 0);
}
SendMessage(hwndDlg, UM_REINITPROFILES, 0, 0);
@@ -906,7 +906,7 @@ int StartupStatusOptionsInit(WPARAM wparam,LPARAM)
OPTIONSDIALOGPAGE odp = { 0 };
odp.hInstance = hInst;
odp.pszGroup = LPGEN("Status");
- odp.pszTitle = LPGEN("StartupStatus");
+ odp.pszTitle = LPGEN("Startup status");
odp.flags = ODPF_BOLDGROUPS;
odp.pszTab = LPGEN("General");