Bug 888144 - Add a "Maybe later" option for Feedback prompt. r=mleibovic

This commit is contained in:
Nicolas Carlo 2013-07-11 10:43:36 -04:00
parent 72d93f1679
commit dfe8f0ad4e
2 changed files with 9 additions and 5 deletions

View File

@ -33,7 +33,9 @@
<div class="link-box-bottom" onclick="switchSection('sad');">
<a>&intro.sadLink;</a>
</div>
<div id="sumo-message" class="fine-print">&support.pre;<a id="sumo-link">&support.link;</a>&support.post;</div>
<div class="bottom-links">
<a onclick="maybeLater();">&intro.maybeLater;</a>
</div>
</section>
<section id="happy">
@ -47,7 +49,7 @@
<a>&happy.ratingLink;</a>
</div>
<div class="bottom-links">
<a onclick="maybeLater();">&happy.maybeLater;</a>
<a onclick="maybeLater();">&happy.maybeLater2;</a>
<a onclick="window.close();">&happy.noThanks;</a>
</div>
</section>
@ -61,6 +63,7 @@
<div class="fine-print">&feedback.privacy;</div>
<input class="send-feedback" type="submit" value="&feedback.send;"/>
</form>
<div id="sumo-message" class="fine-print">&support.pre2;<a id="sumo-link">&support.link;</a>&support.post2;</div>
</section>
<section id="thanks-sad">

View File

@ -12,13 +12,14 @@
<!ENTITY intro.message "Tell us what you think about &brandShortName; for Android so far.">
<!ENTITY intro.happyLink "I love it">
<!ENTITY intro.sadLink "I ran into some problems">
<!ENTITY intro.maybeLater "Maybe later">
<!-- LOCALIZATION NOTE (support.pre): Include a trailing space as needed. -->
<!-- LOCALIZATION NOTE (support.link): Avoid leading/trailing spaces, this text is a link. -->
<!-- LOCALIZATION NOTE (support.post): Include a starting space as needed. -->
<!ENTITY support.pre "If you need help or have a problem with &brandShortName;, please visit ">
<!ENTITY support.pre2 "You can also visit ">
<!ENTITY support.link "&brandShortName; Support">
<!ENTITY support.post ".">
<!ENTITY support.post2 " for more information.">
<!ENTITY happy.header "That's great to hear!">
@ -31,7 +32,7 @@
<!ENTITY happy.finePrint "It takes less than a minute and feels great.">
<!ENTITY happy.ratingLink "Yes, go to Google Play">
<!ENTITY happy.maybeLater "Maybe Later">
<!ENTITY happy.maybeLater2 "Maybe later">
<!ENTITY happy.noThanks "No thanks">
<!ENTITY sad.message "We're sorry that you had some problems with &brandShortName;. Please tell us what happened so that we can fix it.">