diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-07-14 00:04:20 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-07-14 00:04:20 +0200 |
commit | 2eac725505a74ab246168fde34f607446473d896 (patch) | |
tree | 254cf5668d32b669220a060af435778058acd6c8 /application/views/user/profile.php | |
parent | 6b69fa8cc2c1ca138b949d7b3b2e638f69ee1afc (diff) |
Improve help text for upload id limits
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/user/profile.php')
-rw-r--r-- | application/views/user/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/user/profile.php b/application/views/user/profile.php index a9ab9b9e9..ee28d1b53 100644 --- a/application/views/user/profile.php +++ b/application/views/user/profile.php @@ -20,7 +20,7 @@ <label class="control-label" for="inputUploadIDLimits">Upload ID length limits</label> <div class="controls"> <input type="text" id="inputUploadIDLimits" name="upload_id_limits" placeholder="number-number" value="<?php echo $profile_data["upload_id_limits"]; ?>"> - <span class="help-block"><number>-<number> (min: 3, max: 64; example: "5-9")</span> + <span class="help-block">Values have to be between 3 and 64 inclusive. Please remember that longer IDs don't protect your pastes from being found if you post the link somewhere a search enginge can see it.</span> </div> </div> |