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 @@ -34,7 +34,7 @@ public class Manifest
3434 //[JsonConverter(typeof(ManifestDependencyArrayConverter))]
3535 public ManifestDependency [ ] Dependencies { get ; set ; }
3636
37- // <summary>Custom property for Stardrop.</summary>
37+ /// <summary>Custom property for Stardrop.</summary>
3838 public bool DeleteOldVersion { get ; set ; }
3939 }
4040}
Original file line number Diff line number Diff line change 159159 "ui.downloads_panel.download_canceled" : " Canceled" ,
160160 "ui.downloads_panel.download_failed" : " Failed" ,
161161 "ui_downloads_panel.download_success" : " Complete!" ,
162- "ui.downloads_panel.no_downloads_label" : " No downloads in progress" ,
162+ "ui.downloads_panel.no_downloads_label" : " No downloads in progress" ,
163163
164164 // Downloads Panel - Tooltips
165- "ui.downloads_panel.tooltips.cancel_button" : " Cancel" ,
165+ "ui.downloads_panel.tooltips.cancel_button" : " Cancel" ,
166166 "ui.downloads_panel.tooltips.remove_button" : " Remove" , // Tooltip for the button that clears out a completed or failed download
167167
168168 // Warnings
You can’t perform that action at this time.
0 commit comments