mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 871938 - Use &vendorShortName; in Crash Reporter strings rather than a hardcoded "Mozilla". r=kats
This commit is contained in:
parent
9115671bd3
commit
5ca6e2a2c3
@ -16,11 +16,11 @@
|
||||
|
||||
<!ENTITY crash_reporter_title "&brandShortName; Crash Reporter">
|
||||
<!ENTITY crash_message2 "&brandShortName; had a problem and crashed. Your tabs should be listed on the &brandShortName; Start page when you restart.">
|
||||
<!ENTITY crash_send_report_message2 "Tell Mozilla about this crash so they can fix it">
|
||||
<!ENTITY crash_send_report_message3 "Tell &vendorShortName; about this crash so they can fix it">
|
||||
<!ENTITY crash_include_url2 "Include the address of the page I was on">
|
||||
<!ENTITY crash_sorry "We\'re sorry">
|
||||
<!ENTITY crash_comment "Add a comment (comments are publicly visible)">
|
||||
<!ENTITY crash_allow_contact "Allow Mozilla to contact me about this report">
|
||||
<!ENTITY crash_allow_contact2 "Allow &vendorShortName; to contact me about this report">
|
||||
<!ENTITY crash_email "Your email">
|
||||
<!ENTITY crash_closing_alert "Exit without sending a crash report?">
|
||||
<!ENTITY sending_crash_report "Sending crash report\u2026">
|
||||
|
@ -40,7 +40,7 @@
|
||||
android:checked="true"
|
||||
android:textColor="@color/primary_text"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:text="@string/crash_send_report_message2"/>
|
||||
android:text="@string/crash_send_report_message3"/>
|
||||
|
||||
<EditText android:id="@+id/comment"
|
||||
style="@style/CrashReporter.EditText"
|
||||
@ -69,7 +69,7 @@
|
||||
android:textColor="@color/primary_text"
|
||||
android:textAppearance="@style/TextAppearance"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:text="@string/crash_allow_contact"/>
|
||||
android:text="@string/crash_allow_contact2"/>
|
||||
|
||||
<org.mozilla.gecko.ClickableWhenDisabledEditText
|
||||
android:id="@+id/email"
|
||||
|
@ -30,11 +30,11 @@
|
||||
|
||||
<string name="crash_reporter_title">&crash_reporter_title;</string>
|
||||
<string name="crash_message2">&crash_message2;</string>
|
||||
<string name="crash_send_report_message2">&crash_send_report_message2;</string>
|
||||
<string name="crash_send_report_message3">&crash_send_report_message3;</string>
|
||||
<string name="crash_include_url2">&crash_include_url2;</string>
|
||||
<string name="crash_sorry">&crash_sorry;</string>
|
||||
<string name="crash_comment">&crash_comment;</string>
|
||||
<string name="crash_allow_contact">&crash_allow_contact;</string>
|
||||
<string name="crash_allow_contact2">&crash_allow_contact2;</string>
|
||||
<string name="crash_email">&crash_email;</string>
|
||||
<string name="crash_closing_alert">&crash_closing_alert;</string>
|
||||
<string name="sending_crash_report">&sending_crash_report;</string>
|
||||
|
Loading…
Reference in New Issue
Block a user