Skip to content

Commit c477a0b

Browse files
d2dyno1yaira2
andauthored
Apply suggestions from code review
Co-authored-by: Yair Aichenbaum <39923744+yaichenbaum@users.noreply.github.com>
1 parent f102b76 commit c477a0b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Files/Strings/en-US/Resources.resw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,13 +2776,13 @@ We use App Center to keep track of app usage, find bugs, and fix crashes. All in
27762776
<data name="NavToolbarArrangementOptionFolderPath.Text" xml:space="preserve">
27772777
<value>Folder path</value>
27782778
</data>
2779-
<data name="SettingsAboutExportSettings" xml:space="preserve">
2779+
<data name="ExportSettings" xml:space="preserve">
27802780
<value>Export Settings</value>
27812781
</data>
2782-
<data name="SettingsAboutImportSettings" xml:space="preserve">
2782+
<data name="ImportSettings" xml:space="preserve">
27832783
<value>Import Settings</value>
27842784
</data>
2785-
<data name="SettingsAboutManageSettings" xml:space="preserve">
2785+
<data name="ManageSettings" xml:space="preserve">
27862786
<value>Manage Settings</value>
27872787
</data>
27882788
</root>

Files/Views/SettingsPages/About.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@
5555
Content="Copy" />
5656
</local:SettingsBlockControl>
5757

58-
<local:SettingsBlockControl Title="{helpers:ResourceString Name=SettingsAboutManageSettings}" HorizontalAlignment="Stretch">
58+
<local:SettingsBlockControl Title="{helpers:ResourceString Name=ManageSettings}" HorizontalAlignment="Stretch">
5959
<local:SettingsBlockControl.Icon>
6060
<FontIcon Glyph="&#xE713;" />
6161
</local:SettingsBlockControl.Icon>
6262
<local:SettingsBlockControl.ExpandableContent>
6363
<StackPanel>
6464

6565
<!-- Export -->
66-
<local:SettingsBlockControl Title="{helpers:ResourceString Name=SettingsAboutExportSettings}">
66+
<local:SettingsBlockControl Title="{helpers:ResourceString Name=ExportSettings}">
6767
<local:SettingsBlockControl.Icon>
6868
<FontIcon Glyph="&#xEDE1;" />
6969
</local:SettingsBlockControl.Icon>
7070

7171
<Button
7272
Padding="8"
73-
AutomationProperties.Name="{helpers:ResourceString Name=SettingsAboutExportSettings}"
73+
AutomationProperties.Name="{helpers:ResourceString Name=ExportSettings}"
7474
Command="{Binding ExportSettingsCommand}">
7575
<FontIcon
7676
FontSize="14"
@@ -80,14 +80,14 @@
8080
</local:SettingsBlockControl>
8181

8282
<!-- Import -->
83-
<local:SettingsBlockControl Title="{helpers:ResourceString Name=SettingsAboutImportSettings}">
83+
<local:SettingsBlockControl Title="{helpers:ResourceString Name=ImportSettings}">
8484
<local:SettingsBlockControl.Icon>
8585
<FontIcon Glyph="&#xE8B5;" />
8686
</local:SettingsBlockControl.Icon>
8787

8888
<Button
8989
Padding="8"
90-
AutomationProperties.Name="{helpers:ResourceString Name=SettingsAboutImportSettings}"
90+
AutomationProperties.Name="{helpers:ResourceString Name=ImportSettings}"
9191
Command="{Binding ImportSettingsCommand}">
9292
<FontIcon
9393
FontSize="14"

0 commit comments

Comments
 (0)