Index: Core/Gui/src/Core.Gui/Forms/Backstage/AboutBackstagePage.xaml =================================================================== diff -u -r86dacf60005c631ea61dad7782e13644b57831c5 -r12a7ef6145b2756ca916adbdfb7b15a4d4f0d90c --- Core/Gui/src/Core.Gui/Forms/Backstage/AboutBackstagePage.xaml (.../AboutBackstagePage.xaml) (revision 86dacf60005c631ea61dad7782e13644b57831c5) +++ Core/Gui/src/Core.Gui/Forms/Backstage/AboutBackstagePage.xaml (.../AboutBackstagePage.xaml) (revision 12a7ef6145b2756ca916adbdfb7b15a4d4f0d90c) @@ -26,6 +26,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:backstage="clr-namespace:Core.Gui.Forms.Backstage" + xmlns:properties="clr-namespace:Core.Gui.Properties" mc:Ignorable="d" d:DataContext="{d:DesignInstance IsDesignTimeCreatable=False, Type={x:Type backstage:AboutViewModel}}"> @@ -57,7 +58,7 @@ + Text="{x:Static properties:Resources.About_DisplayName}" /> @@ -66,7 +67,7 @@ + Text="{x:Static properties:Resources.Application_DisplayName}" /> @@ -77,15 +78,15 @@ - + - + + Text="{x:Static properties:Resources.SystemInformation_DisplayName}" /> @@ -100,22 +101,22 @@ - - - + - - + Index: Core/Gui/src/Core.Gui/Forms/Backstage/InfoBackstagePage.xaml =================================================================== diff -u -r7c5df631cce0db3757a6082a71abfd43de425fab -r12a7ef6145b2756ca916adbdfb7b15a4d4f0d90c --- Core/Gui/src/Core.Gui/Forms/Backstage/InfoBackstagePage.xaml (.../InfoBackstagePage.xaml) (revision 7c5df631cce0db3757a6082a71abfd43de425fab) +++ Core/Gui/src/Core.Gui/Forms/Backstage/InfoBackstagePage.xaml (.../InfoBackstagePage.xaml) (revision 12a7ef6145b2756ca916adbdfb7b15a4d4f0d90c) @@ -26,6 +26,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:backstage="clr-namespace:Core.Gui.Forms.Backstage" + xmlns:properties="clr-namespace:Core.Gui.Properties" mc:Ignorable="d" d:DataContext="{d:DesignInstance IsDesignTimeCreatable=False, Type={x:Type backstage:InfoViewModel}}"> @@ -76,20 +77,20 @@ + Text="{x:Static properties:Resources.Properties_DisplayName}" /> - - + + - - - - + Foreground="{StaticResource ExplanatoryPanelForegroundBrush}" Margin="100" /> Index: Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml =================================================================== diff -u -r5d59491a99d3e9ae9d65b24a8774d1db96e57f4f -r12a7ef6145b2756ca916adbdfb7b15a4d4f0d90c --- Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (.../SupportBackstagePage.xaml) (revision 5d59491a99d3e9ae9d65b24a8774d1db96e57f4f) +++ Core/Gui/src/Core.Gui/Forms/Backstage/SupportBackstagePage.xaml (.../SupportBackstagePage.xaml) (revision 12a7ef6145b2756ca916adbdfb7b15a4d4f0d90c) @@ -27,6 +27,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:backstage="clr-namespace:Core.Gui.Forms.Backstage" xmlns:commands="clr-namespace:Core.Gui.Commands" + xmlns:properties="clr-namespace:Core.Gui.Properties" mc:Ignorable="d" d:DataContext="{d:DesignInstance IsDesignTimeCreatable=False, Type={x:Type backstage:SupportViewModel}}"> @@ -110,7 +111,7 @@ + Text="{x:Static properties:Resources.Support_DisplayName}" /> @@ -119,33 +120,31 @@ + Text="{x:Static properties:Resources.SupportBackstagePage_WeCanHelp_DisplayName}" /> + Text="{x:Static properties:Resources.SupportBackstagePage_WeCanHelp_Discription}" /> + Text="{x:Static properties:Resources.HelpdeskWater_DisplayName}" /> + Text="{x:Static properties:Resources.HelpdeskWater_Description}" />