we have to use "MIME type" keyword in error messages.

This commit is contained in:
tateisu 2019-06-26 05:31:48 +09:00
parent ddb6d98a0a
commit bfa40e2da9
1 changed files with 3 additions and 3 deletions

View File

@ -500,9 +500,9 @@
<string name="toot_count">Toots</string>
<string name="domain_count">Connected domain count</string>
<string name="not_provided_mastodon_under_1_6">Not provided pre Mastodon 1.6</string>
<string name="mime_type_missing">Missing media type.</string>
<string name="mime_type_not_acceptable">The media type %1$s is not accepted.
\nSupported media types are image/jpeg, image/png, image/gif, video/webm and video/mp4.</string>
<string name="mime_type_missing">Missing media MIME type.</string>
<string name="mime_type_not_acceptable">The media MIME type %1$s is not accepted.
\nSupported MIME types are image/jpeg, image/png, image/gif, video/webm and video/mp4.</string>
<string name="dont_show_timeout">Don\'t show \"Server timeout\" notification</string>
<string name="emoji_category_people">People</string>
<string name="emoji_category_nature">Nature</string>