Skip to content

Commit e0ba94c

Browse files
committed
Minor code cleanup
1 parent f013ddd commit e0ba94c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Stardrop/Models/SMAPI/Manifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

Stardrop/i18n/default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@
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

0 commit comments

Comments
 (0)