mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Core project to resources.
This commit is contained in:
@@ -131,7 +131,7 @@ public class PcmciaInfoViewModel : ViewModelBase
|
||||
break;
|
||||
default:
|
||||
tupleCode = $"0x{(byte)tuple.Code:X2}";
|
||||
tupleDescription = string.Format(UI.Found_unknown_tuple_ID_0, (byte)tuple.Code);
|
||||
tupleDescription = string.Format(Localization.Core.Found_unknown_tuple_ID_0, (byte)tuple.Code);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user