fixed typo

git-svn-id: trunk@9831 -
This commit is contained in:
mattias 2006-09-07 21:49:57 +00:00
parent a95710147e
commit 78b52b2559

View File

@ -1245,7 +1245,7 @@ resourcestring
dlgRegularExpressions = 'Regular Expressions'; dlgRegularExpressions = 'Regular Expressions';
lisActivateRegularExpressionSyntaxForTextAndReplaceme = 'Activate regular ' lisActivateRegularExpressionSyntaxForTextAndReplaceme = 'Activate regular '
+'expression syntax for text and replacement (pretty much like perl)'; +'expression syntax for text and replacement (pretty much like perl)';
dlgMultiLine = 'Multi Line'; dlgMultiLine = 'Multiline';
lisAllowSearchingForMultipleLines = 'Allow searching for multiple lines'; lisAllowSearchingForMultipleLines = 'Allow searching for multiple lines';
dlgPromptOnReplace = 'Prompt On Replace'; dlgPromptOnReplace = 'Prompt On Replace';
lisAskBeforeReplacingEachFoundText = 'Ask before replacing each found text'; lisAskBeforeReplacingEachFoundText = 'Ask before replacing each found text';