summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-01-08 20:44:36 +0000
committerDart Raiden <wowemuh@gmail.com>2014-01-08 20:44:36 +0000
commit52190c8e98d4d4a44727b9950cae40a6db270464 (patch)
tree1c49ca89551c3caf28f26142552749592c0dc17e /plugins/DbEditorPP/src
parent3ae65b1dfe3d4152190e822b3441cbf72c7da83f (diff)
db => database
git-svn-id: http://svn.miranda-ng.org/main/trunk@7556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src')
-rw-r--r--plugins/DbEditorPP/src/findwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/findwindow.cpp b/plugins/DbEditorPP/src/findwindow.cpp
index ae1eabcde8..da1b9cf673 100644
--- a/plugins/DbEditorPP/src/findwindow.cpp
+++ b/plugins/DbEditorPP/src/findwindow.cpp
@@ -65,7 +65,7 @@ INT_PTR CALLBACK FindWindowDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
case WM_INITDIALOG:
{
TranslateDialogDefault(hwnd);
- SendMessage(GetDlgItem(hwnd,IDC_SBAR),SB_SETTEXT,0,(LPARAM)Translate("Enter a string to search the DB for"));
+ SendMessage(GetDlgItem(hwnd,IDC_SBAR),SB_SETTEXT,0,(LPARAM)Translate("Enter a string to search the database for"));
CheckDlgButton(hwnd,IDC_MODNAME,1);
CheckDlgButton(hwnd,IDC_SETTINGNAME,1);
CheckDlgButton(hwnd,IDC_SETTINGVALUE,1);