summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-05 14:48:29 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-05 14:48:29 +0200
commit63ac7ec34eb2e7bed3082f3d6c99665ab5fd53c8 (patch)
tree2714123027b790d2ba2eda64df70d4dbd75e6bc1 /lib/plugins/usermanager/lang/en
parente17b5b89766fa83993f838e8df9cecd9cf9e86ab (diff)
parent9e1bc3f3dd03f19063d530e7aa5eb8eb9b36abf4 (diff)
downloadrpg-63ac7ec34eb2e7bed3082f3d6c99665ab5fd53c8.tar.gz
rpg-63ac7ec34eb2e7bed3082f3d6c99665ab5fd53c8.tar.bz2
Merge pull request #675 from splitbrain/depr_dwqsearch
Deprecated dwqsearch updated, no fancy quotes, some phpdocs
Diffstat (limited to 'lib/plugins/usermanager/lang/en')
-rw-r--r--lib/plugins/usermanager/lang/en/import.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/usermanager/lang/en/import.txt b/lib/plugins/usermanager/lang/en/import.txt
index 2087083e0..360a0689b 100644
--- a/lib/plugins/usermanager/lang/en/import.txt
+++ b/lib/plugins/usermanager/lang/en/import.txt
@@ -2,7 +2,7 @@
Requires a CSV file of users with at least four columns.
The columns must contain, in order: user-id, full name, email address and groups.
-The CSV fields should be separated by commas (,) and strings delimited by quotation marks (""). Backslash (\) can be used for escaping.
+The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%). Backslash (\) can be used for escaping.
For an example of a suitable file, try the "Export Users" function above.
Duplicate user-ids will be ignored.