Change summary
src/main/java/eu/siacs/conversations/ui/AboutPreference.java | 2 +-
src/main/res/values/strings.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -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>