diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-16 05:57:36 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-16 05:57:36 +0900 |
| commit | 09937aff7b96be4cd9dc97068d7967a7ee29c2e9 (patch) | |
| tree | 1bfaa9623bb20f30254d14ce05e8b11a414df4b4 | |
| parent | Merge pull request #1485 from mirro-san/i18n/french (diff) | |
| download | misskey-09937aff7b96be4cd9dc97068d7967a7ee29c2e9.tar.gz misskey-09937aff7b96be4cd9dc97068d7967a7ee29c2e9.tar.bz2 misskey-09937aff7b96be4cd9dc97068d7967a7ee29c2e9.zip | |
Escape double quote
| -rw-r--r-- | locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/en.yml b/locales/en.yml index 57ce5c0674..128d974b67 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -232,7 +232,7 @@ desktop/views/components/drive.vue: load-more: "Load more" empty-draghover: "Drop Welcome!" empty-drive: "Your drive is empty" - empty-drive-description: "You can also upload by right clicking and selecting "Upload file" or you can drag and drop a file onto the window." + empty-drive-description: "You can also upload by right clicking and selecting \"Upload file\" or you can drag and drop a file onto the window." empty-folder: "This folder is empty" unable-to-process: "The operation could not be completed." circular-reference-detected: "The destination folder is a subfolder of the folder you wish to move." |