File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ await tagInjector.InjectTagsAsync(
132132 download . Status =
133133 ex is OperationCanceledException ? DownloadStatus . Canceled : DownloadStatus . Failed ;
134134
135- // Short error message for YouTube -related errors, full for others
135+ // Short error message for SoundCloud -related errors, full for others
136136 download . ErrorMessage = ex is SoundcloudExplodeException ? ex . Message : ex . ToString ( ) ;
137137 }
138138 finally
@@ -218,7 +218,7 @@ await _dialogManager.ShowDialogAsync(
218218 await _dialogManager . ShowDialogAsync (
219219 _viewModelManager . CreateMessageBoxViewModel (
220220 "Error" ,
221- // Short error message for YouTube -related errors, full for others
221+ // Short error message for SoundCloud -related errors, full for others
222222 ex is SoundcloudExplodeException
223223 ? ex . Message
224224 : ex . ToString ( )
Original file line number Diff line number Diff line change 6767 <Run Text =" it's recommended to leave this option enabled to ensure that the app" />
6868 <LineBreak />
6969 <Run Text =" " />
70- <Run Text =" is compatible with the latest version of YouTube ." />
70+ <Run Text =" is compatible with the latest version of SoundCloud ." />
7171 </TextBlock >
7272 </ToolTip .Tip>
7373 <TextBlock DockPanel.Dock=" Left" Text =" Auto-update" />
You can’t perform that action at this time.
0 commit comments