about summary refs log tree commit diff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-02-01 16:12:20 +0100
committerThibaut Girka <thib@sitedethib.com>2019-02-01 16:12:20 +0100
commite87bd6d94ad3d9ae85adc48dae9b84e961385404 (patch)
treec7bcb2d7a1403af5457e8a6f47f424c83983676a /config/locales/en.yml
parentf611da489929d2592b61b0c0f7c870ae33782343 (diff)
parent3de63b3c351c7584e911b4839dff6395d2ccb5ec (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- README.md
  Kept our version
- app/javascript/mastodon/features/compose/components/compose_form.js
  Two changes too close to each other, took both changes
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 8cc9d7c0b..b8d80a748 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -566,8 +566,8 @@ en:
       other: "%{count} people"
   errors:
     '403': You don't have permission to view this page.
-    '404': The page you were looking for doesn't exist.
-    '410': The page you were looking for doesn't exist anymore.
+    '404': The page you are looking for isn't here.
+    '410': The page you were looking for doesn't exist here anymore.
     '422':
       content: Security verification failed. Are you blocking cookies?
       title: Security verification failed
@@ -580,7 +580,7 @@ en:
     archive_takeout:
       date: Date
       download: Download your archive
-      hint_html: You can request an archive of your <strong>toots and uploaded media</strong>. The exported data will be in ActivityPub format, readable by any compliant software. You can request an archive every 7 days.
+      hint_html: You can request an archive of your <strong>toots and uploaded media</strong>. The exported data will be in the ActivityPub format, readable by any compliant software. You can request an archive every 7 days.
       in_progress: Compiling your archive...
       request: Request your archive
       size: Size
@@ -934,9 +934,9 @@ en:
       <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
     title: "%{instance} Terms of Service and Privacy Policy"
   themes:
-    contrast: High contrast
-    default: Mastodon
-    mastodon-light: Mastodon (light)
+    contrast: Mastodon (High contrast)
+    default: Mastodon (Dark)
+    mastodon-light: Mastodon (Light)
   time:
     formats:
       default: "%b %d, %Y, %H:%M"