diff --git a/10.0/Apps/DeveloperBalance/Pages/ManageMetaPage.xaml b/10.0/Apps/DeveloperBalance/Pages/ManageMetaPage.xaml index cf6e78bfe..9c98a8beb 100644 --- a/10.0/Apps/DeveloperBalance/Pages/ManageMetaPage.xaml +++ b/10.0/Apps/DeveloperBalance/Pages/ManageMetaPage.xaml @@ -76,7 +76,7 @@ Background="Transparent" Command="{Binding DeleteCategoryCommand, Source={RelativeSource AncestorType={x:Type pageModels:ManageMetaPageModel}}, x:DataType=pageModels:ManageMetaPageModel}" CommandParameter="{Binding .}" Grid.Column="3" - SemanticProperties.Description="Delete Category" /> + SemanticProperties.Description="{Binding Title, StringFormat='Delete {0} Category'}" /> @@ -116,7 +116,7 @@