Fix missing spaces in What\'s this texts.

svn path=/trunk/kdenetwork/kmail/; revision=99894
wilder-work
Marc Mutz 25 years ago
parent 2d2893c710
commit 18abcac917
  1. 44
      kmfilterdlg.cpp

@ -30,47 +30,47 @@
// What's this help texts
const char * _wt_filterlist =
I18N_NOOP( "<qt><p>This is the list of defined filters."
I18N_NOOP( "<qt><p>This is the list of defined filters. "
"They are processed top-to-bottom.</p>"
"<p>Click on any filter to edit it"
"using the controls in the right-hand half"
"<p>Click on any filter to edit it "
"using the controls in the right-hand half "
"of the dialog.</p></qt>" );
const char * _wt_filterlist_new =
I18N_NOOP( "<qt><p>Click this button to create a new filter.</p>"
"<p>It will be inserted just before the currently"
"selected one, but you can always change that"
"<p>It will be inserted just before the currently "
"selected one, but you can always change that "
"later on.</p>"
"<p>If you have hit this button accidently, you can undo this"
"<p>If you have hit this button accidently, you can undo this "
"by clicking on the <em>delete</em> button (to the right).</p></qt>" );
const char * _wt_filterlist_delete =
I18N_NOOP( "<qt><p>Click this button to <em>delete</em> the currently"
I18N_NOOP( "<qt><p>Click this button to <em>delete</em> the currently "
"selected filter from the list above.</p>"
"<p>There's no way to get the filter back once"
"it is deleted, but you can always leave the"
"dialog through <em>Cancel</em> to discard the"
"<p>There's no way to get the filter back once "
"it is deleted, but you can always leave the "
"dialog through <em>Cancel</em> to discard the "
"changes made.</p></qt>" );
const char * _wt_filterlist_up =
I18N_NOOP( "<qt><p>Click this button to move the currently"
I18N_NOOP( "<qt><p>Click this button to move the currently "
"selected filter <em>up</em> one in the list above.</p>"
"<p>This is useful since the order of the filters in the list"
"determines the order in which they are tried on messages:"
"<p>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.</p>"
"<p>If you have hit this button accidently, you can undo this"
"<p>If you have hit this button accidently, you can undo this "
"by clicking on the <em>down</em> button (to the right)</p></qt>" );
const char * _wt_filterlist_down =
I18N_NOOP( "<qt><p>Click this button to move the currently"
I18N_NOOP( "<qt><p>Click this button to move the currently "
"selected filter <em>down</em> one in the list above.</p>"
"<p>This is useful since the order of the filters in the list"
"determines the order in which they are tried on messages:"
"<p>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.</p>"
"<p>If you have hit this button accidently, you can undo this"
"<p>If you have hit this button accidently, you can undo this "
"by clicking on the <em>down</em> button (to the right)</p></qt>" );
const char * _wt_filterlist_rename =
I18N_NOOP( "<qt><p>Click this button to rename the currently selected filter.</p>"
"<p>Filters are named automatically, as long as they start with"
"\"<code><</code>\".</p>"
"<p>If you have renamed a filter accidently and want automatic"
"naming back, click this button and select <em>Clear</em> and"
"<p>Filters are named automatically, as long as they start with "
"\"<<\".</p>"
"<p>If you have renamed a filter accidently and want automatic "
"naming back, click this button and select <em>Clear</em> and "
"then <em>OK</em> in the appearing dialog.</p></qt>" );
// The anchor of the filter dialog's help.

Loading…
Cancel
Save