diff --git a/lib/arb/intl_en.arb b/lib/arb/intl_en.arb index aa827bd..7ed8649 100755 --- a/lib/arb/intl_en.arb +++ b/lib/arb/intl_en.arb @@ -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.", diff --git a/lib/l10n/intl/messages_en.dart b/lib/l10n/intl/messages_en.dart index daa2387..c025d23 100644 --- a/lib/l10n/intl/messages_en.dart +++ b/lib/l10n/intl/messages_en.dart @@ -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."), diff --git a/lib/l10n/l10n.dart b/lib/l10n/l10n.dart index 1106436..4c4c8da 100644 --- a/lib/l10n/l10n.dart +++ b/lib/l10n/l10n.dart @@ -590,10 +590,10 @@ class L10n { ); } - /// `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.` String get dragNotSupported { return Intl.message( - '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.', name: 'dragNotSupported', desc: '', args: [],