diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-03-22 17:06:01 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-03-22 17:06:01 +0100 |
commit | 7ac7082eb0fa3735eb23acf72dbe607217a358c2 (patch) | |
tree | eaaa24afe631aaee5c974eae548f6a0d52ad9677 /help/C/delete.page | |
parent | ae74184112077229d41e2ee633cc69f038482446 (diff) | |
parent | 8eb2b297d6e03975afc17e1d468aa8913639e1a9 (diff) |
Update upstream source from tag 'upstream/3.36.0'
Update to upstream version '3.36.0'
with Debian dir 54f0a2ec8f9f5de5b2af336ce18e8f826001f5cd
Diffstat (limited to 'help/C/delete.page')
-rw-r--r-- | help/C/delete.page | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/help/C/delete.page b/help/C/delete.page index ce0dc83..237e060 100644 --- a/help/C/delete.page +++ b/help/C/delete.page @@ -1,30 +1,39 @@ -<page xmlns="http://projectmallard.org/1.0/" +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" id="delete"> <info> + <revision pkgversion="3.35.90" date="2020-02-07"/> + <credit type="author" its:translate="no"> + <name>Robert Ancell</name> + <email>robert.ancell@gmail.com</email> + </credit> + <credit type="author" its:translate="no"> + <name>Ali Shtarbanov</name> + <email>ametedinov@gmail.com</email> + </credit> + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" /> <link type="guide" xref="index#modify"/> </info> <title>Deleting a Page</title> <steps> - <title>Use a Right Click</title> + <title>Use Right Click</title> <item><p>Right click on the page you want to delete.</p></item> - <item><p>Choose "Delete" from the context menu.</p></item> + <item><p>Select <gui style="menuitem">Delete</gui>.</p></item> </steps> <steps> <title>Use a Shortcut Key</title> <item><p>Select the page you want to delete (by clicking on it once).</p></item> - <item><p>Press the <key>Delete</key> key on the keyboard.</p> - </item> + <item><p>Press the <key>Delete</key> key on the keyboard.</p></item> </steps> <steps> - <title>Use a Menu</title> + <title>Use the Toolbar</title> <item><p>Select the page you want to delete (by clicking on it once).</p></item> - <item><p>Go to the "Page" menu and click "Delete".</p></item> + <item><p>Press the <gui style="button">Delete the selected page</gui> button in the toolbar.</p></item> </steps> <note style="warning"><p>WARNING: The deletion of a page cannot be undone!</p></note> |