Skip to content

Commit 7990252

Browse files
authored
Update resources for storage pickers (#5622)
Update error msg to be 'invalid enum value'.
1 parent cf01f4a commit 7990252

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dev/Interop/StoragePickers/Strings/StoragePickers.resw

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,8 @@
120120
<data name="All Files" xml:space="preserve">
121121
<value>All Files</value>
122122
</data>
123-
<data name="IDS_APIERROR_INVALIDVIEWMODEVALUE" xml:space="preserve">
124-
<value>The specified ViewMode is invalid.</value>
125-
</data>
126-
<data name="IDS_APIERROR_INVALIDSUGGESTEDSTARTLOCATIONVALUE" xml:space="preserve">
127-
<value>The specified SuggestedStartLocation is invalid.</value>
123+
<data name="IDS_APIERROR_INVALIDENUMVALUE" xml:space="preserve">
124+
<value>This specified Enum value is invalid.</value>
128125
</data>
129126
<data name="IDS_APIERROR_IMPROPERFILEEXTENSION" xml:space="preserve">
130127
<value>File extensions must begin with '.' and contain no wildcards.</value>

0 commit comments

Comments
 (0)