diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-06-23 22:15:16 +0700 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-07-26 16:38:10 +0100 |
commit | 8f3229af24504bc36dfaa39fc431a8ac8c4c1bb1 (patch) | |
tree | 64a30f4aa0db58bf3eeeff38f34bdb1bc0ac9a8e | |
parent | b0e2dbd3d723b4059ac2d82201b6ad77a708f59f (diff) |
Update the operation of delete and backspace key fdo#31652
The operation of these two buttons are interchanged, so help needs update.
Released under LGPLv3+/MPL
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
-rw-r--r-- | helpcontent2/source/text/scalc/01/02150000.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcontent2/source/text/scalc/01/02150000.xhp b/helpcontent2/source/text/scalc/01/02150000.xhp index 38d70ba0a6..6f1bc4e4fa 100644 --- a/helpcontent2/source/text/scalc/01/02150000.xhp +++ b/helpcontent2/source/text/scalc/01/02150000.xhp @@ -52,8 +52,8 @@ <section id="howtoget"> <embed href="text/scalc/00/00000402.xhp#binhalt"/> </section> -<paragraph role="tip" id="par_id3159154" xml-lang="en-US" l10n="U" oldref="21">This dialog is also called by pressing Del after the cell cursor has been activated on the sheet.</paragraph> -<paragraph role="tip" id="par_id3145367" xml-lang="en-US" l10n="U" oldref="22">Pressing Backspace deletes content without calling the dialog or changing formats.</paragraph> +<paragraph role="tip" id="par_id3159154" xml-lang="en-US" l10n="U" oldref="21">This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet.</paragraph> +<paragraph role="tip" id="par_id3145367" xml-lang="en-US" l10n="U" oldref="22">Pressing Delete deletes content without calling the dialog or changing formats.</paragraph> <paragraph role="tip" id="par_id3153951" xml-lang="en-US" l10n="U" oldref="23">Use <emph>Cut</emph> on the Standard bar to delete contents and formats without the dialog.</paragraph> <paragraph role="heading" id="hd_id3148575" xml-lang="en-US" level="2" l10n="U" oldref="3">Selection</paragraph> <paragraph role="paragraph" id="par_id3149665" xml-lang="en-US" l10n="U" oldref="4">This area lists the options for deleting contents.</paragraph> |