diff --git a/rhodecode/templates/base/vcs_settings.html b/rhodecode/templates/base/vcs_settings.html
--- a/rhodecode/templates/base/vcs_settings.html
+++ b/rhodecode/templates/base/vcs_settings.html
@@ -126,7 +126,7 @@
${h.checkbox('rhodecode_hg_use_rebase_for_merging' + suffix, 'True', **kwargs)}
-
+
${_('Use rebase instead of creating a merge commit when merging via web interface.')}
@@ -147,7 +147,7 @@
${h.checkbox('vcs_svn_proxy_http_requests_enabled' + suffix, 'True', **kwargs)}
-
+
${_('Subversion HTTP Support. Enables communication with SVN over HTTP protocol.')}