bjorn 1 year ago
parent
commit
c172ecde9a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      api/init.lua
  2. 2 2
      api/lovr/init.lua

+ 1 - 1
api/init.lua

@@ -1030,7 +1030,7 @@ return {
         {
         {
           name = "Plugins",
           name = "Plugins",
           tag = "plugins",
           tag = "plugins",
-          description = "LÖVR bundles a few plugins by default.  These are included as libraries next to the executable (e.g. `enet.dll`), and can be safely deleted without messing anything up.  More plugins can be added, see the <a data-key=\"Plugins\">Plugins</a> page for details."
+          description = "LÖVR bundles a few plugins by default.  These are distributed as libraries next to the executable, and if desired they can be safely deleted without messing anything up.  More plugins can be added, see the <a data-key=\"Plugins\">Plugins</a> page for details."
         }
         }
       }
       }
     },
     },

+ 2 - 2
api/lovr/init.lua

@@ -34,8 +34,8 @@ return {
       name = 'Plugins',
       name = 'Plugins',
       tag = 'plugins',
       tag = 'plugins',
       description = [[
       description = [[
-        LÖVR bundles a few plugins by default.  These are included as libraries next to the
-        executable (e.g. `enet.dll`), and can be safely deleted without messing anything up.  More
+        LÖVR bundles a few plugins by default.  These are distributed as libraries next to the
+        executable, and if desired they can be safely deleted without messing anything up.  More
         plugins can be added, see the <a data-key="Plugins">Plugins</a> page for details.
         plugins can be added, see the <a data-key="Plugins">Plugins</a> page for details.
       ]]
       ]]
     }
     }