Skip to content

Commit

Permalink
Localize "CD PMA:" string.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed May 1, 2024
1 parent b34179e commit 0111610
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Aaru.Localization/UI.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 Aaru.Localization/UI.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3102,4 +3102,7 @@ Do you want to continue?</value>
<data name="LogEntry_Type_Debug" xml:space="preserve">
<value>Debug</value>
</data>
<data name="CD_PMA" xml:space="preserve">
<value>CD PMA:</value>
</data>
</root>
2 changes: 1 addition & 1 deletion Aaru/Commands/Image/Decode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public static int Invoke(bool verbose, bool debug, bool diskTags, string imageP
AaruConsole.WriteLine(UI.Error_0_reading_CD_PMA_from_disc_image, errno);
else
{
AaruConsole.WriteLine($"[bold]{"CD PMA:"}[/]");
AaruConsole.WriteLine($"[bold]{UI.CD_PMA}[/]");

AaruConsole
.WriteLine("================================================================================");
Expand Down

0 comments on commit 0111610

Please sign in to comment.