Browse Source

Fixed 'Downloading for the updates' string

Fixed bad English, to read 'Downloading updates'
melat0nin 2 years ago
parent
commit
a5e31128a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/dicts.cljc

+ 1 - 1
src/main/frontend/dicts.cljc

@@ -318,7 +318,7 @@
         :plugin/found-updates "New updates"
         :plugin/found-updates "New updates"
         :plugin/found-n-updates "Found {1} updates"
         :plugin/found-n-updates "Found {1} updates"
         :plugin/update-all-selected "Update all of selected"
         :plugin/update-all-selected "Update all of selected"
-        :plugin/updates-downloading "Downloading for the updates"
+        :plugin/updates-downloading "Downloading updates"
         :plugin/refresh-lists "Refresh lists"
         :plugin/refresh-lists "Refresh lists"
         :plugin/enabled "Enabled"
         :plugin/enabled "Enabled"
         :plugin/disabled "Disabled"
         :plugin/disabled "Disabled"