From 4f19bd83aa8d2500d825ce63ae8770325b4a44e9 Mon Sep 17 00:00:00 2001 From: Alex Ning <chineseperson5@gmail.com> Date: Sun, 4 Oct 2020 11:24:50 +0800 Subject: Add two options: go to user and go to subreddit in FABMoreOptionsBottomSheetFragment. --- app/src/main/res/values/strings.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ad5871fe..386be5df 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -920,4 +920,13 @@ <string name="dismiss">Dismiss</string> <string name="leave">Leave</string> + <string name="go_to_subreddit">Go to subreddit</string> + <string name="go_to_user">Go to user</string> + <string name="go_to_thing_hint">Name</string> + <string name="random">Random</string> + <string name="random_subreddit">Random Subreddit</string> + <string name="random_nsfw_subreddit">Random NSFW Subreddit</string> + <string name="random_post">Random Post</string> + <string name="random_nsfw_post">Random NSFW post</string> + </resources> -- cgit v1.2.3