From e4f3960ce02ccfe5038efc16cae62bc84cbc4980 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Wed, 21 Mar 2018 10:18:18 +0000 Subject: [PATCH] Remove mention of pen icon from forum empty state message. --- briar-android/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar-android/src/main/res/values/strings.xml b/briar-android/src/main/res/values/strings.xml index 14de9071b5..d55418460c 100644 --- a/briar-android/src/main/res/values/strings.xml +++ b/briar-android/src/main/res/values/strings.xml @@ -223,7 +223,7 @@ <string name="choose_forum_hint">Choose a name for your forum</string> <string name="create_forum_button">Create Forum</string> <string name="forum_created_toast">Forum created</string> - <string name="no_forum_posts">This forum is empty.\n\nUse the pen icon at the top to compose the first post.\n\nFeeling lonely here? Share this forum with more of your contacts!</string> + <string name="no_forum_posts">No posts to show</string> <string name="no_posts">No posts</string> <plurals name="posts"> <item quantity="one">%d post</item> -- GitLab