diff --git a/AudioCuesheetEditor/Shared/AppBar.de.resx b/AudioCuesheetEditor/Shared/AppBar.de.resx index c6c63b86..9b1a4bcd 100644 --- a/AudioCuesheetEditor/Shared/AppBar.de.resx +++ b/AudioCuesheetEditor/Shared/AppBar.de.resx @@ -156,9 +156,6 @@ Öffnen - - Optionen - Vorschauumgebung diff --git a/AudioCuesheetEditor/Shared/AppBar.razor b/AudioCuesheetEditor/Shared/AppBar.razor index d325b582..149c0a87 100644 --- a/AudioCuesheetEditor/Shared/AppBar.razor +++ b/AudioCuesheetEditor/Shared/AppBar.razor @@ -148,7 +148,7 @@ along with Foobar. If not, see async Task SettingsClicked() { var options = new DialogOptions() { CloseButton = true, CloseOnEscapeKey = true, BackdropClick = false, FullWidth = true }; - await _dialogService.ShowAsync(_localizer["Options"], options); + await _dialogService.ShowAsync(_localizer["Settings"], options); } async Task ResetCuesheetClicked() diff --git a/AudioCuesheetEditor/Shared/AppBar.resx b/AudioCuesheetEditor/Shared/AppBar.resx index 940fe29a..adabed2e 100644 --- a/AudioCuesheetEditor/Shared/AppBar.resx +++ b/AudioCuesheetEditor/Shared/AppBar.resx @@ -156,9 +156,6 @@ Open - - Options - Preview environment diff --git a/AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.de.resx b/AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.de.resx similarity index 100% rename from AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.de.resx rename to AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.de.resx diff --git a/AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.razor b/AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.razor similarity index 98% rename from AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.razor rename to AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.razor index 79f61efb..c7026b28 100644 --- a/AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.razor +++ b/AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.razor @@ -17,7 +17,7 @@ along with Foobar. If not, see --> @inherits BaseLocalizedComponent -@inject IStringLocalizer _localizer +@inject IStringLocalizer _localizer @inject ValidationService _validationService diff --git a/AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.resx b/AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.resx similarity index 100% rename from AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.resx rename to AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.resx