fix typos
This commit is contained in:
parent
20c0193047
commit
ed332020fd
|
@ -23,7 +23,7 @@ public class AboutPreference extends Preference {
|
|||
}
|
||||
|
||||
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));
|
||||
}
|
||||
|
||||
|
|
|
@ -436,7 +436,7 @@
|
|||
<string name="show_location">Show location</string>
|
||||
<string name="no_application_found_to_display_location">No app found to display 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_channel">Left public channel</string>
|
||||
<string name="pref_dont_trust_system_cas_title">Don’t trust system CAs</string>
|
||||
|
|
Loading…
Reference in a new issue