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:
@@ -707,7 +707,7 @@ public sealed class StatisticsViewModel : ViewModelBase
|
||||
[NotNull]
|
||||
public string MediaLabel => UI.Title_Media;
|
||||
[NotNull]
|
||||
public string TypeLabel => UI.Title_Type_for_media;
|
||||
public string TypeLabel => Localization.Core.Title_Type_for_media;
|
||||
[NotNull]
|
||||
public string Title => UI.Encodings;
|
||||
[NotNull]
|
||||
|
||||
Reference in New Issue
Block a user