From 2295fafb34e2467f3b380a4db8832aa2c70ecc5a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 25 Jul 2016 16:55:51 +0800 Subject: repo/settings/options: take naming style examples out of locale string --- conf/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/locale') diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 2e713fe1..f191e7f4 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -586,8 +586,8 @@ settings.issues_desc = Enable builtin lightweight issue tracker settings.use_external_issue_tracker = Use external issue tracker settings.tracker_url_format = External Issue Tracker URL Format settings.tracker_issue_style = External Issue Tracker Naming Style: -settings.tracker_issue_style.numeric = Numeric (1234) -settings.tracker_issue_style.alphanumeric = Alphanumeric (ABC-123, DEFG-234, ...) +settings.tracker_issue_style.numeric = Numeric +settings.tracker_issue_style.alphanumeric = Alphanumeric settings.tracker_url_format_desc = You can use placeholder {user} {repo} {index} for user name, repository name and issue index. settings.pulls_desc = Enable pull requests to accept public contributions settings.danger_zone = Danger Zone -- cgit v1.2.3