| Index: chrome/content/ui/sendReport.xul | 
| =================================================================== | 
| --- a/chrome/content/ui/sendReport.xul | 
| +++ b/chrome/content/ui/sendReport.xul | 
| @@ -210,18 +210,21 @@ | 
| </wizardpage> | 
|  | 
| <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.heading;" onpageshow="initCommentPage();"> | 
| <description>&emailComment.label;</description> | 
| <hbox class="topLabel" align="baseline"> | 
| <label id="emailLabel" control="email" value="&email.label;"/> | 
| <textbox id="email" persist="value" flex="1" maxlength="200" oninput="updateEmail();"/> | 
| </hbox> | 
| -  <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="updateEmail();"/> | 
| -  <description id="anonymityWarning" visible="false">&anonymity.warning;</description> | 
| +  <hbox align="center"> | 
| +    <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="updateEmail();"/> | 
| +    <spacer flex="1"/> | 
| +    <description id="anonymityWarning" visible="false">&anonymity.warning;</description> | 
| +  </hbox> | 
|  | 
| <description class="topLabel">&commentPage.description;</description> | 
| <label class="topLabel" control="comment" value="&comment.label;"/> | 
| <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/> | 
| <description id="commentLengthWarning" visible="false">&comment.lengthWarning;</description> | 
|  | 
| <checkbox id="extensionsCheckbox" label="&attachExtensions.label;" oncommand="updateExtensions(this.checked);"/> | 
|  | 
|  |