diff --git a/Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadLayout.java b/Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadLayout.java
index e8065498..0e4e6668 100644
--- a/Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadLayout.java
+++ b/Clover/app/src/main/java/org/floens/chan/ui/layout/ThreadLayout.java
@@ -472,8 +472,8 @@ public class ThreadLayout extends CoordinatorLayout implements
public void showNewPostsNotification(boolean show, int more) {
if (show) {
if (!threadListLayout.scrolledToBottom()) {
- String text = getContext().getString(R.string.thread_new_posts,
- more, getContext().getResources().getQuantityString(R.plurals.posts, more, more));
+ String text = getContext().getResources()
+ .getQuantityString(R.plurals.thread_new_posts, more, more);
newPostsNotification = Snackbar.make(this, text, Snackbar.LENGTH_LONG);
newPostsNotification.setAction(R.string.thread_new_posts_goto, new OnClickListener() {
diff --git a/Clover/app/src/main/res/values/strings.xml b/Clover/app/src/main/res/values/strings.xml
index 32c9a0e1..5e7eaf0c 100644
--- a/Clover/app/src/main/res/values/strings.xml
+++ b/Clover/app/src/main/res/values/strings.xml
@@ -148,7 +148,10 @@ Re-enable this permission in the app settings if you permanently disabled it."
Retry
Archived
Closed
- %1$d new %2$s
+
+ - %d new post
+ - %d new posts
+
View
Please select a thread
Scroll to top/bottom
@@ -295,7 +298,7 @@ Re-enable this permission in the app settings if you permanently disabled it."
Error posting: %s
Post successful
Type the text
- >
+ >
[s]
Delete your post?