diff options
author | Patrick G <geek1011@users.noreply.github.com> | 2017-04-05 21:32:59 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-04-05 18:32:59 -0700 |
commit | d800305b347cd452319ffc61d7881bf8a1b8b707 (patch) | |
tree | 10116e4af0cdf0f5729b4a4df5711210fa5bd69a /options | |
parent | 0cee52e0d3e171bb6bba63aa12479ea5b2b35561 (diff) | |
download | gitea-d800305b347cd452319ffc61d7881bf8a1b8b707.tar.gz gitea-d800305b347cd452319ffc61d7881bf8a1b8b707.zip |
Commit search appearence fixes (#1254)
* Fix button text to be consisstent with rest of UI
* Make all commits checkbox look nicer
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 35a5244940..c843a4b398 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -546,8 +546,8 @@ editor.upload_files_to_dir = Upload files to '%s' commits.commits = Commits commits.search = Search commits +commits.find = Search commits.search_all = All branches -commits.find = Find commits.author = Author commits.message = Message commits.date = Date |