Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13004 from flodolo/bug927999
Browse files Browse the repository at this point in the history
Bug 927999 - Feedback error messages need rewriting in proper English, r=arthurcc
  • Loading branch information
timdream committed Oct 23, 2013
2 parents 07dbb17 + 27a44e4 commit 1b53c77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/settings/elements/improve_browser_os_send_feedback.html
Expand Up @@ -30,8 +30,8 @@ <h1 id="feedback-title"></h1>
</label>
</li>
<li id="feedback-emailbar" hidden="false">
<p class="description" data-l10n-id="email-address">
Email address :
<p class="description" data-l10n-id="email-address1">
Email address:
</p>
<p>
<input id="feedback-email" type="email" />
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/js/feedback.js
Expand Up @@ -178,7 +178,7 @@ var Feedback = {
this.feedbackDone.hidden = false;
} else {
this.keepAllInputs();
this.feedbackAlertMsg.textContent = _('feedback-error-' + type);
this.feedbackAlertMsg.textContent = _('feedback-errormessage-' + type);
this.feedbackAlert.hidden = false;
this.sendButton.disabled = false;
}
Expand Down
14 changes: 7 additions & 7 deletions apps/settings/locales/settings.en-US.properties
Expand Up @@ -696,15 +696,15 @@ feedback_whyfeel_sad=Why do you feel sad?
feedback-mood-explain=Please tell us in detail.
feedback-public-description=The content of your feedback will be public, so please be sure not include any personal information.
feedback-contactyou=Check here to let us contact you from your email.
email-address=Email address :
email-address1=Email address:
email-keepprivate=Don't worry. Your email will always be kept private.
feedback-sendbtn=Send Feedback
feedback-error-connect-error=Sorry, because of data connection error. System can't send out your suggestion now. Please fix data connection problem and send again.
feedback-error-server-off=Sorry, because the server shutting down. System can't send out your suggestion now. Please wait a moment and send again.
feedback-error-timeout=Sorry, because time out. System can't send out your suggestion now. Please reboot and send again.
feedback-error-wrong-email=Sorry, because the email address is empty or format error. System can't send out your suggestion now. Please use correct email address and send again.
feedback-error-empty-comment=Sorry, because the comment field is empty. System can't send out your suggestion now. Please fill the form out and send again.
feedback-error-just-sent=Sorry, because you already sent us feedback. System can't send out your suggestion now. Please try our next software update and send again.
feedback-errormessage-connect-error=Sorry, the system can't send your suggestion due to a data connection error. Please try again when the issue is resolved.
feedback-errormessage-server-off=Sorry, the system can't send your suggestion because the server shut down. Please wait a moment and try again.
feedback-errormessage-timeout=Sorry, the system can't send your suggestion because of a timeout. Please restart and try again.
feedback-errormessage-wrong-email=Sorry, the system can't send your suggestion because the email address is missing or due to a formatting error. Please use a valid email address and try again.
feedback-errormessage-empty-comment=Sorry, the system can't send your suggestion because the comment field is empty. Please enter some text and try again.
feedback-errormessage-just-sent=Sorry, the system can't send your suggestion because you already sent us feedback. Please try our next software update and send again.
feedback-done-msg=Thanks for the feedback! We will use it to help us create a better experience in future release of Firefox OS.

# Device :: Help
Expand Down

0 comments on commit 1b53c77

Please sign in to comment.