diff options
author | rubenwardy <rw@rubenwardy.com> | 2019-02-03 18:07:14 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2019-02-03 18:07:14 +0000 |
commit | 0d0875fc006e878d2a860021ea546a21f25c4579 (patch) | |
tree | 26ba9c150603af1fc0e4fff1d28cdfde7d55ef57 /builtin | |
parent | 626b0b7e6a61d329e2b94a0f1ca15db6625b5e5d (diff) | |
download | minetest-0d0875fc006e878d2a860021ea546a21f25c4579.tar.gz minetest-0d0875fc006e878d2a860021ea546a21f25c4579.tar.bz2 minetest-0d0875fc006e878d2a860021ea546a21f25c4579.zip |
Rename 'Content Store' to 'Online Content Repository' in Advanced Settings
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 673f66181..d428e5a85 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1939,7 +1939,7 @@ emergequeue_limit_generate (Limit of emerge queues to generate) int 64 # For many users the optimum setting may be '1'. num_emerge_threads (Number of emerge threads) int 0 -[Content Store] +[Online Content Repository] # The URL for the content repository contentdb_url (ContentDB URL) string https://content.minetest.net |