From 18abcac9176da71269e4e8e175d3464499f982f9 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 1 Jun 2001 22:34:28 +0000 Subject: [PATCH] Fix missing spaces in What\'s this texts. svn path=/trunk/kdenetwork/kmail/; revision=99894 --- kmfilterdlg.cpp | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/kmfilterdlg.cpp b/kmfilterdlg.cpp index 400dc67a9..3e91ee8e4 100644 --- a/kmfilterdlg.cpp +++ b/kmfilterdlg.cpp @@ -30,47 +30,47 @@ // What's this help texts const char * _wt_filterlist = -I18N_NOOP( "

This is the list of defined filters." +I18N_NOOP( "

This is the list of defined filters. " "They are processed top-to-bottom.

" - "

Click on any filter to edit it" - "using the controls in the right-hand half" + "

Click on any filter to edit it " + "using the controls in the right-hand half " "of the dialog.

" ); const char * _wt_filterlist_new = I18N_NOOP( "

Click this button to create a new filter.

" - "

It will be inserted just before the currently" - "selected one, but you can always change that" + "

It will be inserted just before the currently " + "selected one, but you can always change that " "later on.

" - "

If you have hit this button accidently, you can undo this" + "

If you have hit this button accidently, you can undo this " "by clicking on the delete button (to the right).

" ); const char * _wt_filterlist_delete = -I18N_NOOP( "

Click this button to delete the currently" +I18N_NOOP( "

Click this button to delete the currently " "selected filter from the list above.

" - "

There's no way to get the filter back once" - "it is deleted, but you can always leave the" - "dialog through Cancel to discard the" + "

There's no way to get the filter back once " + "it is deleted, but you can always leave the " + "dialog through Cancel to discard the " "changes made.

" ); const char * _wt_filterlist_up = -I18N_NOOP( "

Click this button to move the currently" +I18N_NOOP( "

Click this button to move the currently " "selected filter up one in the list above.

" - "

This is useful since the order of the filters in the list" - "determines the order in which they are tried on messages:" + "

This is useful since the order of the filters in the list " + "determines the order in which they are tried on messages: " "The topmost filter gets tried first.

" - "

If you have hit this button accidently, you can undo this" + "

If you have hit this button accidently, you can undo this " "by clicking on the down button (to the right)

" ); const char * _wt_filterlist_down = -I18N_NOOP( "

Click this button to move the currently" +I18N_NOOP( "

Click this button to move the currently " "selected filter down one in the list above.

" - "

This is useful since the order of the filters in the list" - "determines the order in which they are tried on messages:" + "

This is useful since the order of the filters in the list " + "determines the order in which they are tried on messages: " "The topmost filter gets tried first.

" - "

If you have hit this button accidently, you can undo this" + "

If you have hit this button accidently, you can undo this " "by clicking on the down button (to the right)

" ); const char * _wt_filterlist_rename = I18N_NOOP( "

Click this button to rename the currently selected filter.

" - "

Filters are named automatically, as long as they start with" - "\"<\".

" - "

If you have renamed a filter accidently and want automatic" - "naming back, click this button and select Clear and" + "

Filters are named automatically, as long as they start with " + "\"<<\".

" + "

If you have renamed a filter accidently and want automatic " + "naming back, click this button and select Clear and " "then OK in the appearing dialog.

" ); // The anchor of the filter dialog's help.