diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-30 11:07:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-30 11:07:36 +0000 |
commit | 94e565e4774327b30af368e7aa3bfc0c7cace5b9 (patch) | |
tree | 332840d1cc543fed550618fbcef8ed5114edaa14 /src/modules/database/profilemanager.cpp | |
parent | 17dfe10ea01cbf95c6697aff6040733e86ae376a (diff) |
Database cheker menu item name change
git-svn-id: http://svn.miranda-ng.org/main/trunk@1273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/profilemanager.cpp')
-rw-r--r-- | src/modules/database/profilemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/database/profilemanager.cpp b/src/modules/database/profilemanager.cpp index e85b64a578..2021311a7b 100644 --- a/src/modules/database/profilemanager.cpp +++ b/src/modules/database/profilemanager.cpp @@ -438,7 +438,7 @@ static INT_PTR CALLBACK DlgProfileSelect(HWND hwndDlg, UINT msg, WPARAM wParam, AppendMenu(hMenu, MF_STRING, 1, TranslateT("Run"));
AppendMenu(hMenu, MF_SEPARATOR, 0, NULL);
if (ServiceExists(MS_DB_CHECKPROFILE)) {
- AppendMenu(hMenu, MF_STRING, 2, TranslateT("Check"));
+ AppendMenu(hMenu, MF_STRING, 2, TranslateT("Check database"));
AppendMenu(hMenu, MF_SEPARATOR, 0, NULL);
}
AppendMenu(hMenu, MF_STRING, 3, TranslateT("Delete"));
|