GNOME Bugzilla – Bug 671019
The <key> element in the files-delete.page contains extra blank spaces.
Last modified: 2012-02-29 02:12:09 UTC
Created attachment 208653 [details] [review] a patch for this bug The <key> element in the files-delete.page contains extra blank spaces. You should remove the spaces. I've attached a patch. diff --git a/gnome-help/C/files-delete.page b/gnome-help/C/files-delete.page index 51e5d6d..4aaf696 100644 --- a/gnome-help/C/files-delete.page +++ b/gnome-help/C/files-delete.page @@ -52,8 +52,8 @@ <steps> <title>To permanently delete a file:</title> <item><p>Select the item you want to delete.</p></item> - <item><p>Press and hold the <key>Shift</key> key, then press the <key>Delete - </key> key on your keyboard.</p></item> + <item><p>Press and hold the <key>Shift</key> key, then press the + <key>Delete</key> key on your keyboard.</p></item> <item><p>Because you cannot undo this, you will be asked to confirm that you want to delete the file or folder.</p></item> </steps>