Skip to content

Commit 8378b84

Browse files
committed
Code Quality: Rename string to "Background Color"
1 parent 4d64d75 commit 8378b84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@
216216
<data name="Appearance" xml:space="preserve">
217217
<value>Appearance</value>
218218
</data>
219-
<data name="Background" xml:space="preserve">
220-
<value>Background</value>
219+
<data name="BackgroundColor" xml:space="preserve">
220+
<value>Background color</value>
221221
</data>
222222
<data name="Advanced" xml:space="preserve">
223223
<value>Advanced</value>

src/Files.App/Views/Settings/AppearancePage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@
129129

130130
<!-- App Background -->
131131
<local:SettingsBlockControl
132-
Title="{helpers:ResourceString Name=Background}"
132+
Title="{helpers:ResourceString Name=BackgroundColor}"
133133
HorizontalAlignment="Stretch"
134134
IsExpanded="True">
135135
<local:SettingsBlockControl.Icon>
136136
<FontIcon Glyph="&#xE771;" />
137137
</local:SettingsBlockControl.Icon>
138-
<Button Padding="0" AutomationProperties.Name="{helpers:ResourceString Name=Background}">
138+
<Button Padding="0" AutomationProperties.Name="{helpers:ResourceString Name=BackgroundColor}">
139139
<StackPanel Orientation="Horizontal">
140140
<Border
141141
Width="24"

0 commit comments

Comments
 (0)