Skip to content

Commit b732071

Browse files
authored
Fixed string resource for properties button (#7698)
1 parent 03a74df commit b732071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Files/UserControls/InnerNavigationToolbar.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@
184184
MinWidth="40"
185185
Command="{x:Bind ViewModel.PropertiesCommand, Mode=OneWay}"
186186
IsEnabled="{x:Bind converters:MultiBooleanConverter.AndConvert(ViewModel.CanViewProperties, ViewModel.InstanceViewModel.IsPageTypeNotHome), Mode=OneWay, FallbackValue=False}"
187-
Label="{helpers:ResourceString Name=Properties}"
188-
AutomationProperties.Name="{helpers:ResourceString Name=Properties}"
187+
Label="{helpers:ResourceString Name=PropertiesTitle}"
188+
AutomationProperties.Name="{helpers:ResourceString Name=PropertiesTitle}"
189189
AccessKey="O"
190190
LabelPosition="Collapsed"
191191
ToolTipService.ToolTip="{helpers:ResourceString Name=PropertiesTitle}">
@@ -804,4 +804,4 @@
804804
</CommandBar.SecondaryCommands>
805805
</CommandBar>
806806
</Grid>
807-
</UserControl>
807+
</UserControl>

0 commit comments

Comments
 (0)