diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:24:09 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:24:09 -0500 |
commit | 1feecd6beb19ac993afdc36f31207193ca42c553 (patch) | |
tree | a5bac57ca97f03a84482a409e03fab6d7c8f40e2 /conf | |
parent | a3e8c32a30ef90f5aa0526e8440aa343378dbf26 (diff) | |
download | gitea-1feecd6beb19ac993afdc36f31207193ca42c553.tar.gz gitea-1feecd6beb19ac993afdc36f31207193ca42c553.zip |
Add helper text for log path.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index ee6c066d5f..cb3e048d27 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -87,6 +87,7 @@ http_port_helper = Port number which application will listen on. app_url = Application URL app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in email. log_root_path = Log Path +log_root_path_helper = Directory to write log files to. optional_title = Optional Settings email_title = Email Service Settings |