Update copy

This commit is contained in:
nielsandriesse 2020-09-03 10:33:41 +10:00
parent eb1f050a01
commit c8ad5165bb
2 changed files with 11 additions and 3 deletions

View File

@ -28,7 +28,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/large_spacing"
android:text="Who left the lights on? bla bla bla"
android:text="Whoops, who left the lights on?"
android:textSize="@dimen/medium_font_size"
android:textAlignment="center" />
@ -36,7 +36,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_spacing"
android:text="Feeling the dark side more? Just pop into the in-app settings and tap the app mode button in the top-right to toggle dark mode again."
android:text="Thats right, Session has a spiffy new light mode! Take the fresh new color palette for a spin."
android:textSize="@dimen/medium_font_size"
android:textAlignment="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/medium_spacing"
android:text="Want to go back to the dark side? Just tap the moon symbol in the in-app settings to switch modes."
android:textSize="@dimen/medium_font_size"
android:textAlignment="center" />

View File

@ -1855,7 +1855,7 @@
<string name="view_reset_secure_session_done_message">Secure session reset done</string>
<string name="dialog_ui_mode_title">Application theme</string>
<string name="dialog_ui_mode_title">Theme</string>
<string name="dialog_ui_mode_option_day">Day</string>
<string name="dialog_ui_mode_option_night">Night</string>
<string name="dialog_ui_mode_option_system_default">System default</string>