diff options
| author | matrixsasuke <matrixsasuke@trash-mail.com> | 2019-08-09 08:03:21 +0200 |
|---|---|---|
| committer | matrixsasuke <matrixsasuke@trash-mail.com> | 2019-08-09 08:03:21 +0200 |
| commit | 3e7f0ecf9b11e9763fe86b6c26da436ddc5d4077 (patch) | |
| tree | 8461202a8cf35e9b1dc44c34c8c33489f4146207 | |
| parent | 17dc7357d5036681b346f745190204e213c0ef8c (diff) | |
fix english settings label regarding how to view videos
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 60a3e284..cca4f4a1 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -262,7 +262,7 @@ "loop_video": "Loop videos", "loop_video_silent_only": "Loop only videos without sound (i.e. Mastodon's \"gifs\")", "mutes_tab": "Mutes", - "play_videos_in_modal": "Play videos directly in the media viewer", + "play_videos_in_modal": "Play videos in a popup frame", "use_contain_fit": "Don't crop the attachment in thumbnails", "name": "Name", "name_bio": "Name & Bio", |
