Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Fix an oversight in ship status localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed May 7, 2015
1 parent dddfb53 commit ae599d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Grabacr07.KanColleViewer/Views/FleetWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
Value="True" />
</MultiDataTrigger.Conditions>
<Setter Property="Text"
Value="{Binding Source={x:Static models:ResourceService.Current}, Path=Resources.Ship_Condition_Damecon, StringFormat='{}{0}', Mode=OneWay}" />
Value="{Binding Source={x:Static models:ResourceService.Current}, Path=Resources.Ship_Condition_HealthyDamecon, StringFormat='{}{0}', Mode=OneWay}" />
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
Expand Down Expand Up @@ -260,7 +260,7 @@
Value="True" />
</MultiDataTrigger.Conditions>
<Setter Property="Text"
Value="入渠中" />
Value="{Binding Source={x:Static models:ResourceService.Current}, Path=Resources.Ship_Condition_Docked, StringFormat='{}{0}', Mode=OneWay}" />
<Setter Property="Background"
Value="{DynamicResource FleetRepairingBrushKey}" />
</MultiDataTrigger>
Expand Down

0 comments on commit ae599d6

Please sign in to comment.