fix typos

This commit is contained in:
Daniel Gultsch 2024-04-05 15:32:36 +02:00
parent 20c0193047
commit ed332020fd
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ public class AboutPreference extends Preference {
} }
private void setSummaryAndTitle(final Context context) { private void setSummaryAndTitle(final Context context) {
setSummary(String.format("%s%s %s (%s)", BuildConfig.APP_NAME, BuildConfig.VERSION_NAME, im.conversations.webrtc.BuildConfig.WEBRTC_VERSION, Strings.nullToEmpty(Build.DEVICE))); setSummary(String.format("%s %s %s (%s)", BuildConfig.APP_NAME, BuildConfig.VERSION_NAME, im.conversations.webrtc.BuildConfig.WEBRTC_VERSION, Strings.nullToEmpty(Build.DEVICE)));
setTitle(context.getString(R.string.title_activity_about_x, BuildConfig.APP_NAME)); setTitle(context.getString(R.string.title_activity_about_x, BuildConfig.APP_NAME));
} }

View file

@ -436,7 +436,7 @@
<string name="show_location">Show location</string> <string name="show_location">Show location</string>
<string name="no_application_found_to_display_location">No app found to display location</string> <string name="no_application_found_to_display_location">No app found to display location</string>
<string name="location">Location</string> <string name="location">Location</string>
<string name="title_undo_swipe_out_chat">Chat archived!</string> <string name="title_undo_swipe_out_chat">Chat archived</string>
<string name="title_undo_swipe_out_group_chat">Left private group chat</string> <string name="title_undo_swipe_out_group_chat">Left private group chat</string>
<string name="title_undo_swipe_out_channel">Left public channel</string> <string name="title_undo_swipe_out_channel">Left public channel</string>
<string name="pref_dont_trust_system_cas_title">Dont trust system CAs</string> <string name="pref_dont_trust_system_cas_title">Dont trust system CAs</string>