mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move new strings to resources.
This commit is contained in:
@@ -86,9 +86,9 @@ public sealed partial class HexViewWindowViewModel : ViewModelBase
|
||||
_longMode = !_longMode;
|
||||
|
||||
if(_longMode)
|
||||
FilePath += " (Long Mode)";
|
||||
FilePath += Localization.Resources.Long_Mode;
|
||||
else
|
||||
FilePath = FilePath.Replace(" (Long Mode)", string.Empty);
|
||||
FilePath = FilePath.Replace(Localization.Resources.Long_Mode, string.Empty);
|
||||
|
||||
LoadSector();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user