Skip to content

Commit 747e9f7

Browse files
authored
Fix incorrectly quoted translation (#24514)
Looks like crowdin cannot recognize a value starting with a double quote but not end with a double quote.
1 parent 7abe958 commit 747e9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ editor.filename_is_invalid = The filename is invalid: "%s".
11811181
editor.branch_does_not_exist = Branch "%s" does not exist in this repository.
11821182
editor.branch_already_exists = Branch "%s" already exists in this repository.
11831183
editor.directory_is_a_file = Directory name "%s" is already used as a filename in this repository.
1184-
editor.file_is_a_symlink = "%s" is a symbolic link. Symbolic links cannot be edited in the web editor
1184+
editor.file_is_a_symlink = `"%s" is a symbolic link. Symbolic links cannot be edited in the web editor`
11851185
editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository.
11861186
editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository.
11871187
editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository.

0 commit comments

Comments
 (0)