diff options
author | Anika Henke <anika@selfthinker.org> | 2015-06-14 18:59:38 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-06-14 18:59:38 +0100 |
commit | 50028bd397b9062453e479330ed37e4f798254d5 (patch) | |
tree | 83199ee4c8ea7404e3ef569dfbb1de7bc2f493ed /lib/plugins | |
parent | 97ff9b0b5bb416ab747a09accc9cc7f018bf064d (diff) | |
parent | 98e550d66d125f8f445387a1b7f66446fb684421 (diff) | |
download | rpg-50028bd397b9062453e479330ed37e4f798254d5.tar.gz rpg-50028bd397b9062453e479330ed37e4f798254d5.tar.bz2 |
Merge pull request #1196 from araname/patch-1
change two spaces to a space
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/usermanager/lang/en/import.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/usermanager/lang/en/import.txt b/lib/plugins/usermanager/lang/en/import.txt index 360a0689b..3a1cf999e 100644 --- a/lib/plugins/usermanager/lang/en/import.txt +++ b/lib/plugins/usermanager/lang/en/import.txt @@ -2,8 +2,8 @@ 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. -For an example of a suitable file, try the "Export Users" function above. +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. A password will be generated and emailed to each successfully imported user. |