diff options
author | danglassey <danglassey> | 2002-09-24 13:01:23 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-09-24 13:01:23 +0000 |
commit | 8c2419b3cfad56f747bf3dcba421b5b9869149e4 (patch) | |
tree | cc60cfba13503ea5a76fac3b81e1c36fcae793b2 /apps/windoze/CBuilder5/BibleCS/mainfrm.cpp | |
parent | c06c4a7b3ec6b25db95252c9507e1b2f391ac622 (diff) | |
download | sword-sf-cvs-8c2419b3cfad56f747bf3dcba421b5b9869149e4.tar.gz |
sync with crosswire 20020924-1300
Diffstat (limited to 'apps/windoze/CBuilder5/BibleCS/mainfrm.cpp')
-rw-r--r-- | apps/windoze/CBuilder5/BibleCS/mainfrm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/windoze/CBuilder5/BibleCS/mainfrm.cpp b/apps/windoze/CBuilder5/BibleCS/mainfrm.cpp index 244c406..d064133 100644 --- a/apps/windoze/CBuilder5/BibleCS/mainfrm.cpp +++ b/apps/windoze/CBuilder5/BibleCS/mainfrm.cpp @@ -836,7 +836,7 @@ void TForm1::i12ize(const char *lang) { searchForm->Caption = _tr("Search..."); searchForm->searchBtn->Caption = _tr("Search"); searchForm->searchTypeGroup->Caption = _tr("Search Type"); - searchForm->searchTypeGroup->Items->CommaText = _tr("\"Mult Word\",\"Phrase\",\"Regular Expression\""); + searchForm->searchTypeGroup->Items->CommaText = _tr("\"Multi Word\",\"Phrase\",\"Regular Expression\""); searchForm->caseSensitiveCkBx->Caption = _tr("Case Sensitive"); searchForm->searchOptionsGroup->Caption = _tr("Search Options"); searchForm->scopeGroup->Caption = _tr("Scope"); |