diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-08 22:23:08 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-08 22:23:08 +0000 |
commit | a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f (patch) | |
tree | 47e0860613a1024c4f6f8d07759d2c314988f383 /app/src/main/res/values/strings.xml | |
parent | 72036e4744f206d505cb6b8cc67ceb7ab39f9440 (diff) | |
download | infinity-for-reddit-a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f.tar infinity-for-reddit-a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f.tar.gz infinity-for-reddit-a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f.tar.bz2 infinity-for-reddit-a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f.tar.lz infinity-for-reddit-a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f.tar.xz infinity-for-reddit-a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f.tar.zst infinity-for-reddit-a2390b72d5041a8fd314fcdedf6c66eb1dcaed1f.zip |
Reset FAB position option in ViewPostDetailActivity.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9b8a026a..ffc28bf4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -98,6 +98,7 @@ <string name="action_contact_mods">Contact Mods</string> <string name="action_more_options">More Options</string> <string name="action_add_to_home_screen">Add to Home screen</string> + <string name="action_reset_fab_position">Reset FAB position</string> <string name="parse_json_response_error">Error occurred when parsing the JSON response</string> <string name="retrieve_token_error">Error Retrieving the token</string> |