Refactoring

This commit is contained in:
M66B 2019-05-10 14:49:11 +02:00
parent 13ae7177a2
commit 25b974b24f
3 changed files with 5 additions and 5 deletions

View File

@ -681,7 +681,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
prefs.getBoolean("crash_reports_confirmed", false))
return;
final View dview = LayoutInflater.from(this).inflate(R.layout.dialog_bugsnag, null);
final View dview = LayoutInflater.from(this).inflate(R.layout.dialog_error_reporting, null);
final Button btnInfo = dview.findViewById(R.id.btnInfo);
final CheckBox cbNotAgain = dview.findViewById(R.id.cbNotAgain);

View File

@ -13,7 +13,7 @@
android:id="@+id/tvMessage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/title_ask_bugsnag"
android:text="@string/title_ask_reporting"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent"
@ -24,7 +24,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_bugsnag_hint"
android:text="@string/title_reporting_why"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?android:attr/textColorPrimary"
app:layout_constraintStart_toStartOf="parent"

View File

@ -435,8 +435,8 @@
<string name="title_ask_show_image">Showing images can leak privacy sensitive information</string>
<string name="title_ask_edit_ref">Edit reformatted replied/forwarded message text?</string>
<string name="title_ask_delete_local">Delete local messages which are stored on the remote server too?</string>
<string name="title_ask_bugsnag">Send error reports?</string>
<string name="title_bugsnag_hint">Error reporting will help improve FairEmail</string>
<string name="title_ask_reporting">Send error reports?</string>
<string name="title_reporting_why">Error reporting will help improve FairEmail</string>
<string name="title_compose">Compose</string>
<string name="title_from">From:</string>