File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 367
367
368
368
<!-- Release Notes Window -->
369
369
<system : String x : Key =" seeMoreReleaseNotes" >See more release notes on GitHub</system : String >
370
+ <system : String x : Key =" checkNetworkConnectionTitle" >Failed to fetch release notes</system : String >
371
+ <system : String x : Key =" checkNetworkConnectionSubTitle" >Please check your network connection or ensure GitHub is accessible</system : String >
370
372
371
373
<!-- FileManager Setting Dialog -->
372
374
<system : String x : Key =" fileManagerWindow" >Select File Manager</system : String >
Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ private async void RefreshMarkdownViewer()
131
131
{
132
132
RefreshButton . Visibility = Visibility . Visible ;
133
133
MarkdownViewer . Visibility = Visibility . Collapsed ;
134
+ App . API . ShowMsgError (
135
+ App . API . GetTranslation ( "checkNetworkConnectionTitle" ) ,
136
+ App . API . GetTranslation ( "checkNetworkConnectionSubTitle" ) ) ;
134
137
}
135
138
else
136
139
{
You can’t perform that action at this time.
0 commit comments