Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 29, 2024
1 parent 3271361 commit dfc7771
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/arb/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"addFiles": "Add files",
"dragToAdd": "Drag and drop to add files.",
"dropToAdd": "Drop to add files.",
"dragNotSupported": "Dur to system security restriction, drag-drop files from this app is not supported.",
"dragNotSupported": "Due to system security restriction, drag-drop files from this app is not supported.",
"fileAlreadyExists": "Filename already used by another file",
"renameFailed": "Rename failed",
"rulesSequentially": "Rules are executed sequentially. Click a rule to edit it. Hold the '=' button on the left and drag it to sort rules.",
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class MessageLookup extends MessageLookupByLibrary {
"doNotRemindAgain":
MessageLookupByLibrary.simpleMessage("OK. Do not remind me again."),
"dragNotSupported": MessageLookupByLibrary.simpleMessage(
"Dur to system security restriction, drag-drop files from this app is not supported."),
"Due to system security restriction, drag-drop files from this app is not supported."),
"dragToAdd":
MessageLookupByLibrary.simpleMessage("Drag and drop to add files."),
"dropToAdd": MessageLookupByLibrary.simpleMessage("Drop to add files."),
Expand Down
4 changes: 2 additions & 2 deletions lib/l10n/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfc7771

Please sign in to comment.