瀏覽代碼

Fixed 'Downloading for the updates' string

Fixed bad English, to read 'Downloading updates'
melat0nin 2 年之前
父節點
當前提交
a5e31128a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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-n-updates "Found {1} updates"
         :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/enabled "Enabled"
         :plugin/disabled "Disabled"