summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/defaults.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/defaults.php b/lib/defaults.php
index ebe18986322..7dc6fbd0ada 100644
--- a/lib/defaults.php
+++ b/lib/defaults.php
@@ -1,5 +1,10 @@
<?php
+/**
+ * Default strings and values which differ between the enterprise and the
+ * community edition. Use the get methods to always get the right strings.
+ */
+
class OC_Defaults {
private static $communityEntity = "ownCloud";