Skip to content

Commit be7a63e

Browse files
authored
Fix: Fixed typo in resources.resw (#11146)
Fix typo
1 parent e895f3a commit be7a63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
<value>The file you are attempting to access is currently being used by {0}</value>
452452
</data>
453453
<data name="FileInUseDialog.Text" xml:space="preserve">
454-
<value>The file you are attempting to access is currently being used by an another application</value>
454+
<value>The file you are attempting to access is currently being used by another application</value>
455455
</data>
456456
<data name="FileInUseDialog.Title" xml:space="preserve">
457457
<value>File is in use</value>

0 commit comments

Comments
 (0)