From c11443a2848934e3eda65c0cef91e9e170489388 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Mon, 20 May 2019 15:54:08 +0200 Subject: [PATCH] Update strings --- app/src/main/res/values/strings.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3205d5d09..e64a3fffb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -61,8 +61,6 @@ <string name="label_filter_messages">Filter Messages</string> <string name="label_finish">Finish</string> <string name="label_generate_crash_report">Generate Crash Report</string> - <string name="label_hide_perm">Archive Permanently</string> - <string name="label_hide_temp">Archive Temporarily</string> <string name="label_ignore">Ignore</string> <string name="label_ignore_long">Add/remove user to/from ignore list</string> <string name="label_info">Details</string> @@ -190,8 +188,8 @@ <string name="label_missing_features">Missing Features</string> <string name="info_missing_features" tools:ignore="StringFormatCount">Your core is missing features that are required for Quasseldroid to work correctly. You should <a href="https://quassel-irc.org>upgrade</a> your Quassel core to %1$s or newer.</string> - <string name="buffer_delete_confirmation">Do you want to delete this buffer permanently?</string> - <string name="buffer_archive_confirmation">Do you want to archive this buffer?</string> + <string name="buffer_delete_confirmation">Do you want to delete this chat permanently?</string> + <string name="buffer_archive_confirmation">Do you want to archive this chat?</string> <string name="buffer_archive_temporarily">Automatically unhide this chat once it has new messages</string> <string name="delete_confirmation">Are you sure you want to delete this permanently? This can not be undone.</string> -- GitLab