We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33fd98 commit 254376dCopy full SHA for 254376d
src/Files/Views/SettingsPages/Experimental.xaml
@@ -93,10 +93,10 @@
93
Text="{helpers:ResourceString Name=SettingsDefaultFilesManager}" />
94
95
<local:SettingsBlockControl
96
- Title="{helpers:ResourceString Name=SettingsSetAsDefaultFileManager}"
97
HorizontalAlignment="Stretch"
98
- Description="This option modifies the system registry and can have unexpected side effects on your device. Continue at your own risk."
99
- IsExpanded="True">
+ IsExpanded="True"
+ Title="{helpers:ResourceString Name=SettingsSetAsDefaultFileManager}"
+ Description="{helpers:ResourceString Name=SettingsSetAsDefaultFileManagerDescription}">
100
<local:SettingsBlockControl.Icon>
101
<FontIcon Glyph="" />
102
</local:SettingsBlockControl.Icon>
0 commit comments