Skip to content

Commit abd3aff

Browse files
Merge pull request #430 from NeoCoderMatrix86/428-rename-options-to-settings
Rename optionsdialog
2 parents e8d6d5f + e6c5e21 commit abd3aff

6 files changed

Lines changed: 2 additions & 8 deletions

File tree

AudioCuesheetEditor/Shared/AppBar.de.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@
156156
<data name="Open" xml:space="preserve">
157157
<value>Öffnen</value>
158158
</data>
159-
<data name="Options" xml:space="preserve">
160-
<value>Optionen</value>
161-
</data>
162159
<data name="Preview environment" xml:space="preserve">
163160
<value>Vorschauumgebung</value>
164161
</data>

AudioCuesheetEditor/Shared/AppBar.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ along with Foobar. If not, see
148148
async Task SettingsClicked()
149149
{
150150
var options = new DialogOptions() { CloseButton = true, CloseOnEscapeKey = true, BackdropClick = false, FullWidth = true };
151-
await _dialogService.ShowAsync<OptionsDialog>(_localizer["Options"], options);
151+
await _dialogService.ShowAsync<SettingsDialog>(_localizer["Settings"], options);
152152
}
153153

154154
async Task ResetCuesheetClicked()

AudioCuesheetEditor/Shared/AppBar.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@
156156
<data name="Open" xml:space="preserve">
157157
<value>Open</value>
158158
</data>
159-
<data name="Options" xml:space="preserve">
160-
<value>Options</value>
161-
</data>
162159
<data name="Preview environment" xml:space="preserve">
163160
<value>Preview environment</value>
164161
</data>

AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.de.resx renamed to AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.de.resx

File renamed without changes.

AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.razor renamed to AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ along with Foobar. If not, see
1717
-->
1818
@inherits BaseLocalizedComponent
1919

20-
@inject IStringLocalizer<OptionsDialog> _localizer
20+
@inject IStringLocalizer<SettingsDialog> _localizer
2121
@inject ValidationService _validationService
2222

2323
<MudDialog>

AudioCuesheetEditor/Shared/Dialogs/OptionsDialog.resx renamed to AudioCuesheetEditor/Shared/Dialogs/SettingsDialog.resx

File renamed without changes.

0 commit comments

Comments
 (0)