]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/SabreDAV/lib/Sabre/DAV/Browser/GuessContentType.php
Update strings
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / DAV / Browser / GuessContentType.php
index b6c00d461cb95e3ac778d5810b94a439b26d99c9..add059b282185204924d337a76777c66dc3c828d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * GuessContentType plugin
+ * GuessContentType addon
  *
  * A lot of the built-in File objects just return application/octet-stream
  * as a content-type by default. This is a problem for some clients, because
@@ -43,7 +43,7 @@ class Sabre_DAV_Browser_GuessContentType extends Sabre_DAV_ServerPlugin {
     );
 
     /**
-     * Initializes the plugin
+     * Initializes the addon
      *
      * @param Sabre_DAV_Server $server
      * @return void