From 135372ebeecdc48dca6695b09c291cb423adb7b6 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Tue, 26 Jun 2018 14:25:24 +0200 Subject: [PATCH] Use consistent language for forum posts Fixes #888. --- briar-android/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/briar-android/src/main/res/values/strings.xml b/briar-android/src/main/res/values/strings.xml index 93fb23f4d9..194856e898 100644 --- a/briar-android/src/main/res/values/strings.xml +++ b/briar-android/src/main/res/values/strings.xml @@ -238,8 +238,8 @@ <item quantity="one">%d post</item> <item quantity="other">%d posts</item> </plurals> - <string name="forum_new_entry_posted">Forum entry posted</string> - <string name="forum_new_message_hint">New Entry</string> + <string name="forum_new_entry_posted">Forum post published</string> + <string name="forum_new_message_hint">New Post</string> <string name="forum_message_reply_hint">New Reply</string> <string name="btn_reply">Reply</string> <string name="forum_leave">Leave Forum</string> -- GitLab