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 @@
diff --git a/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml b/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml
index 69a5416e2..0e4947c93 100644
--- a/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml
+++ b/10.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml
@@ -61,7 +61,7 @@
Order="Primary"
Priority="0"
IconImageSource="{StaticResource IconDelete}"
- SemanticProperties.Description="Delete" />
+ SemanticProperties.Description="Delete Project" />
diff --git a/10.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml b/10.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml
index e791dd6bb..077c91f40 100644
--- a/10.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml
+++ b/10.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml
@@ -15,7 +15,7 @@
Order="Primary"
Priority="0"
IconImageSource="{StaticResource IconDelete}"
- SemanticProperties.Description="Delete" />
+ SemanticProperties.Description="Delete Task" />
diff --git a/9.0/Apps/DeveloperBalance/Pages/ManageMetaPage.xaml b/9.0/Apps/DeveloperBalance/Pages/ManageMetaPage.xaml
index cf6e78bfe..9c98a8beb 100644
--- a/9.0/Apps/DeveloperBalance/Pages/ManageMetaPage.xaml
+++ b/9.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 @@
diff --git a/9.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml b/9.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml
index 67dc0692e..91a7f98fc 100644
--- a/9.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml
+++ b/9.0/Apps/DeveloperBalance/Pages/ProjectDetailPage.xaml
@@ -18,7 +18,7 @@
Order="Primary"
Priority="0"
IconImageSource="{StaticResource IconDelete}"
- SemanticProperties.Description="Delete" />
+ SemanticProperties.Description="Delete Project" />
diff --git a/9.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml b/9.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml
index 877fa93f8..951eb8e27 100644
--- a/9.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml
+++ b/9.0/Apps/DeveloperBalance/Pages/TaskDetailPage.xaml
@@ -15,7 +15,7 @@
Order="Primary"
Priority="0"
IconImageSource="{StaticResource IconDelete}"
- SemanticProperties.Description="Delete" />
+ SemanticProperties.Description="Delete Task" />