Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1158 from Chatfix/master
Browse files Browse the repository at this point in the history
Fixed localisation of PokemoninventoryPage pivot headers
  • Loading branch information
ST-Apps authored Aug 21, 2016
2 parents b4860cb + 86503c5 commit 6cb41ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PokemonGo-UWP/Views/PokemonInventoryPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<PivotItem x:Name="PokemonsPivot">
<PivotItem.Header>
<StackPanel Orientation="Vertical">
<TextBlock Text="POKÉMON"
<TextBlock x:Uid="PokemonTextBlock" Text="POKÉMON"
Style="{StaticResource TextPageTitleDark}"
Margin="10,10,10,3"
Foreground="#FF44696C" FontSize="18" />
Expand Down Expand Up @@ -340,7 +340,7 @@
<PivotItem x:Name="EggsPivot">
<PivotItem.Header>
<StackPanel Orientation="Vertical">
<TextBlock Text="EGGS"
<TextBlock x:Uid="EggsTextBlock" Text="EGGS"
Style="{StaticResource TextPageTitleDark}"
Margin="10,10,10,3"
Foreground="#FF44696C" FontSize="18" />
Expand Down Expand Up @@ -429,4 +429,4 @@
</Button>

</Grid>
</Page>
</Page>

0 comments on commit 6cb41ef

Please sign in to comment.