Skip to content

Commit e4e51f7

Browse files
committed
removed unused import and added a missing text
1 parent 809b3b0 commit e4e51f7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/UniGetUI.Avalonia/ViewModels/Pages/SettingsPages/UpdatesViewModel.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
using Avalonia.Media;
44
using CommunityToolkit.Mvvm.ComponentModel;
55
using CommunityToolkit.Mvvm.Input;
6-
using UniGetUI.Avalonia.ViewModels;
76
using UniGetUI.Avalonia.Views.Pages.SettingsPages;
87
using UniGetUI.Core.Tools;
98
using UniGetUI.PackageEngine;
10-
using CoreSettings = global::UniGetUI.Core.SettingsEngine.Settings;
11-
using CornerRadius = global::Avalonia.CornerRadius;
12-
using Thickness = global::Avalonia.Thickness;
9+
using CoreSettings = UniGetUI.Core.SettingsEngine.Settings;
10+
using CornerRadius = Avalonia.CornerRadius;
11+
using Thickness = Avalonia.Thickness;
1312

1413
namespace UniGetUI.Avalonia.ViewModels.Pages.SettingsPages;
1514

@@ -62,7 +61,7 @@ public UpdatesViewModel()
6261
public Control BuildReleaseDateCompatTable()
6362
{
6463
string yesStr = CoreTools.Translate("Yes");
65-
string noStr = CoreTools.Translate("No");
64+
string noStr = CoreTools.Translate("No");
6665

6766
var managers = PEInterface.Managers.ToList();
6867

src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"Allow pre-release versions": "Allow pre-release versions",
6868
"Allow {pm} operations to be performed in parallel": "Allow {pm} operations to be performed in parallel",
6969
"{pm} does not provide release dates for its packages, so this setting will have no effect": "{pm} does not provide release dates for its packages, so this setting will have no effect",
70+
"{pm} does not provide release dates for its packages, so this setting will have no effect": "{pm} does not provide release dates for its packages, so this setting will have no effect",
7071
"Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:": "Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:",
7172
"Always elevate {pm} installations by default": "Always elevate {pm} installations by default",
7273
"Always run {pm} operations with administrator rights": "Always run {pm} operations with administrator rights",

0 commit comments

Comments
 (0)