Git commit 0fea69c3d65eee33fafce7027ee22c197193127d by Emir SARI. Committed on 06/02/2023 at 18:04. Pushed by esari into branch 'master'.
Correct 'Edit Mount Point' menu list order M +8 -8 doc/referencemanual.docbook https://invent.kde.org/system/partitionmanager/commit/0fea69c3d65eee33fafce7027ee22c197193127d diff --git a/doc/referencemanual.docbook b/doc/referencemanual.docbook index f7bde76..4e8266c 100644 --- a/doc/referencemanual.docbook +++ b/doc/referencemanual.docbook @@ -313,35 +313,35 @@ </warning> </listitem> </varlistentry> - <varlistentry id="menu-partition-mount"> + <varlistentry id="menu-partition-edit-mount"> <term> <menuchoice> <guimenu>Partition</guimenu> - <guimenuitem>Mount/Unmount</guimenuitem> + <guimenuitem>Edit Mount Point</guimenuitem> </menuchoice> </term> <listitem> <para> - <action>Mounts or umounts a partition</action>: This command mounts or unmounts the selected partition, depending on its current state. + <action>Opens a dialog</action> to edit the mount point and the mount options. </para> <para> - This command is only enabled if a partition is selected that can be mounted or unmounted. If the operating system does not know a mount point for the partition you can not mount it from &partman;. + This command is only enabled if a partition unmounted. </para> </listitem> </varlistentry> - <varlistentry id="menu-partition-edit-mount"> + <varlistentry id="menu-partition-mount"> <term> <menuchoice> <guimenu>Partition</guimenu> - <guimenuitem>Edit Mount Point</guimenuitem> + <guimenuitem>Mount/Unmount</guimenuitem> </menuchoice> </term> <listitem> <para> - <action>Opens a dialog</action> to edit the mount point and the mount options. + <action>Mounts or umounts a partition</action>: This command mounts or unmounts the selected partition, depending on its current state. </para> <para> - This command is only enabled if a partition unmounted. + This command is only enabled if a partition is selected that can be mounted or unmounted. If the operating system does not know a mount point for the partition you can not mount it from &partman;. </para> </listitem> </varlistentry>
