summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-03-09 14:31:56 +0100
committerThomas <tschneider.ac@gmail.com>2023-03-09 14:31:56 +0100
commit426658695e991a0ce1a932b225820a32910e43bc (patch)
tree1054f1e31482b6bc12e55e5279c8619e4b54f8e5
parent68d9abea679f71a84de6a772b749ecf0b09a0636 (diff)
move string
-rw-r--r--app/src/main/res/layouts/mastodon/values/strings.xml1
-rw-r--r--app/src/main/res/values/strings.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/values/strings.xml b/app/src/main/res/layouts/mastodon/values/strings.xml
index 714050d20..78554f9eb 100644
--- a/app/src/main/res/layouts/mastodon/values/strings.xml
+++ b/app/src/main/res/layouts/mastodon/values/strings.xml
@@ -2,5 +2,4 @@
<resources>
- <string name="fetch_remote_media">Automatically fetch remote media when they are not available</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 6acb19fba..96206434a 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1952,4 +1952,5 @@
<string name="load_media_remotely">Load media remotely</string>
<string name="toast_error_media">Media cannot be loaded!</string>
+ <string name="fetch_remote_media">Automatically fetch remote media when they are not available</string>
</resources> \ No newline at end of file