Skip to content

Commit aa040ca

Browse files
authored
Fix some typos (#4740)
1 parent df20d94 commit aa040ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Languages/lang_en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"Enter proxy URL here": "Enter proxy URL here",
488488
"Authenticate to the proxy with a user and a password": "Authenticate to the proxy with a user and a password",
489489
"Internet and proxy settings": "Internet and proxy settings",
490-
"Package manager preferences": "Package managers preferences",
490+
"Package manager preferences": "Package manager preferences",
491491
"Ready": "Ready",
492492
"Not found": "Not found",
493493
"Notification preferences": "Notification preferences",

src/UniGetUI/Pages/SettingsPages/GeneralPages/Operations.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
x:Name="ParallelOperationCount"
3232
CornerRadius="8,8,0,0"
3333
SettingName="ParallelOperationCount"
34-
Text="Choose how many operations shouls be performed in parallel"
34+
Text="Choose how many operations should be performed in parallel"
3535
ValueChanged="ParallelOperationCount_OnValueChanged"
3636
/>
3737

0 commit comments

Comments
 (0)