Skip to content

Commit

Permalink
Updated "Skill Challenges" string to "Hero Challenges"
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHurne committed Jun 29, 2015
1 parent 7a64791 commit 5916f89
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GW2PAO/Modules/ZoneCompletion/Views/ZoneCompletionView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<MenuItem Header="{x:Static resx:Resources.POIs}" IsCheckable="True" IsChecked="{Binding UserData.AutoUnlockPois}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.Vistas}" IsCheckable="True" IsChecked="{Binding UserData.AutoUnlockVistas}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.HeartQuests}" IsCheckable="True" IsChecked="{Binding UserData.AutoUnlockHeartQuests}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.SkillChallenges}" IsCheckable="True" IsChecked="{Binding UserData.AutoUnlockSkillChallenges}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.HeroChallenges}" IsCheckable="True" IsChecked="{Binding UserData.AutoUnlockSkillChallenges}" StaysOpenOnClick="True" />
</MenuItem>
<Separator />
<MenuItem Header="{x:Static resx:Resources.ShowUnlockedZonePoints}" IsCheckable="True" IsChecked="{Binding UserData.ShowUnlockedPoints}" />
Expand All @@ -103,7 +103,7 @@
<MenuItem Header="{x:Static resx:Resources.POIs}" IsCheckable="True" IsChecked="{Binding UserData.ArePoisVisible}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.HeartQuests}" IsCheckable="True" IsChecked="{Binding UserData.AreHeartsVisible}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.Vistas}" IsCheckable="True" IsChecked="{Binding UserData.AreVistasVisible}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.SkillChallenges}" IsCheckable="True" IsChecked="{Binding UserData.AreSkillChallengesVisible}" StaysOpenOnClick="True" />
<MenuItem Header="{x:Static resx:Resources.HeroChallenges}" IsCheckable="True" IsChecked="{Binding UserData.AreSkillChallengesVisible}" StaysOpenOnClick="True" />
</MenuItem>
<Separator />
<MenuItem Header="{x:Static resx:Resources.Close}" Click="CloseWindowButton_Click" />
Expand Down
9 changes: 9 additions & 0 deletions GW2PAO/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions GW2PAO/Properties/Resources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -963,4 +963,7 @@
<data name="DungeonPaths" xml:space="preserve">
<value>Paths</value>
</data>
<data name="HeroChallenges" xml:space="preserve">
<value>Heldenherausforderungen</value>
</data>
</root>
3 changes: 3 additions & 0 deletions GW2PAO/Properties/Resources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -974,4 +974,7 @@
<data name="DungeonPaths" xml:space="preserve">
<value>Caminos</value>
</data>
<data name="HeroChallenges" xml:space="preserve">
<value>Desafíos de héroe</value>
</data>
</root>
3 changes: 3 additions & 0 deletions GW2PAO/Properties/Resources.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -965,4 +965,7 @@ Lorsqu'un objectif est capturé par un autre monde chez l'ennemi</value>
<data name="DungeonPaths" xml:space="preserve">
<value>Chemins</value>
</data>
<data name="HeroChallenges" xml:space="preserve">
<value>Défis de héros</value>
</data>
</root>
3 changes: 3 additions & 0 deletions GW2PAO/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -969,4 +969,7 @@
<data name="ShowWaypointCopyButtons" xml:space="preserve">
<value>Show Waypoint-Code Copy Buttons</value>
</data>
<data name="HeroChallenges" xml:space="preserve">
<value>Hero Challenges</value>
</data>
</root>

0 comments on commit 5916f89

Please sign in to comment.