Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Languages/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
"Enter proxy URL here": "Enter proxy URL here",
"Authenticate to the proxy with a user and a password": "Authenticate to the proxy with a user and a password",
"Internet and proxy settings": "Internet and proxy settings",
"Package manager preferences": "Package managers preferences",
"Package manager preferences": "Package manager preferences",
"Ready": "Ready",
"Not found": "Not found",
"Notification preferences": "Notification preferences",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
x:Name="ParallelOperationCount"
CornerRadius="8,8,0,0"
SettingName="ParallelOperationCount"
Text="Choose how many operations shouls be performed in parallel"
Text="Choose how many operations should be performed in parallel"
ValueChanged="ParallelOperationCount_OnValueChanged"
/>

Expand Down
Loading