Skip to content

Commit

Permalink
Fixed localization
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed May 11, 2021
1 parent 56bc22e commit c44b726
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OpenBullet2/Pages/Hits.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>

<EditForm Model="actionTarget">
<label>@Loc["ActionTarget"]</label>
<label>@Loc["ExecuteOn"]</label>
<InputSelect @bind-Value="actionTarget">
@foreach (var t in Enum.GetNames(typeof(HitsActionTarget)))
{
Expand Down
6 changes: 3 additions & 3 deletions OpenBullet2/Resources/Pages/Hits.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ActionTarget" xml:space="preserve">
<value>Target dell'azione</value>
</data>
<data name="AreYouSure" xml:space="preserve">
<value>Sei sicuro/a?</value>
</data>
Expand Down Expand Up @@ -165,6 +162,9 @@
<data name="EditHit" xml:space="preserve">
<value>Modifica hit</value>
</data>
<data name="ExecuteOn" xml:space="preserve">
<value>Esegui su</value>
</data>
<data name="Format" xml:space="preserve">
<value>Formato</value>
</data>
Expand Down
4 changes: 2 additions & 2 deletions OpenBullet2/Resources/Pages/Hits.resx
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
<data name="Download" xml:space="preserve">
<value>Download</value>
</data>
<data name="ActionTarget" xml:space="preserve">
<value>Action target</value>
<data name="ExecuteOn" xml:space="preserve">
<value>Execute on</value>
</data>
<data name="Format" xml:space="preserve">
<value>Format</value>
Expand Down

0 comments on commit c44b726

Please sign in to comment.