<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section
[
<!ENTITY % xinclude SYSTEM "../../en/xinclude.mod">
%xinclude;
<!-- Add translated specific definitions and snippets -->
<!ENTITY % language-snippets SYSTEM "../standalone/language-snippets.xml">
%language-snippets;
<!-- Fallback to English definitions and snippets (in case of missing translation) -->
<!ENTITY % language-snippets.default SYSTEM "../../en/standalone/language-snippets.xml">
%language-snippets.default;
]>
<section id="comments.delete">
<title>Deleting Comments</title>
<bridgehead>
To delete a comment:
</bridgehead>
<orderedlist>
<listitem>
Click <guibutton>Manage</guibutton> in the &product.longname; toolbar.
<mediaobject>
<imageobject>
<imagedata fileref="images/toolbar-manage-manage.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
Click <guimenuitem>Comments</guimenuitem>.
<mediaobject>
<imageobject>
<imagedata fileref="images/screen-toolbar_menu-comments-focus.png"/>
</imageobject>
</mediaobject>
The <emphasis role="screen">Moderate Comments</emphasis> screen is displayed.
</listitem>
<listitem>
Scroll through the available comments to locate the comment you wish to delete.
<mediaobject>
<imageobject>
<imagedata fileref="images/screen-moderate_comments-action.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
Click the button in the <emphasis role="bold">Actions</emphasis> column in the row
containing the comment you wish to delete.
</listitem>
<listitem>
Select the <guimenuitem>Delete</guimenuitem> option.
<mediaobject>
<imageobject>
<imagedata fileref="images/popup_menu-comment_delete.png"/>
</imageobject>
</mediaobject>
<para></para>
The <emphasis role="dialog">Delete Comment</emphasis> confirmation dialog is displayed.
<mediaobject>
<imageobject>
<imagedata fileref="images/dialog-delete_comment.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
Click the <guibutton>Delete</guibutton> button in the dialog to complete the
deletion of the comment. The <emphasis role="screen">Manage Comments</emphasis>
screen is redisplayed and no longer lists the deleted comment.
</listitem>
</orderedlist>
<xi:include href="../standalone/enable-comments.xml" role="module">
<xi:fallback>
<xi:include href="../../en/standalone/enable-comments.xml" />
</xi:fallback>
</xi:include>
</section>
<!--
vim:se ts=4 sw=4 et:
-->