diff options
author | Jorrit Klein Bramel <drsect0r@users.noreply.github.com> | 2017-05-02 10:34:28 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-05-02 16:34:28 +0800 |
commit | 87efc8c6d4dbcbfb1e814091b16ae84c8564678c (patch) | |
tree | 7b475eb2297c97bb95229adde132c1fd24f6da53 /options | |
parent | 3792867955f590661469cc23c16e14e9d6fabb85 (diff) | |
download | gitea-87efc8c6d4dbcbfb1e814091b16ae84c8564678c.tar.gz gitea-87efc8c6d4dbcbfb1e814091b16ae84c8564678c.zip |
Sort on repo size in admin panel (#1654)
* fix #1653 sort on repo size
* fix minor mistake in en-us locale
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 515ce72a21..6f4866e373 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -667,6 +667,8 @@ issues.label_deletion_desc = Deleting this label will remove its information in issues.label_deletion_success = This label has been deleted successfully! issues.label.filter_sort.alphabetically = Alphabetically issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically +issues.label.filter_sort.by_size = Size +issues.label.filter_sort.reverse_by_size = Reverse size issues.num_participants = %d Participants issues.attachment.open_tab = `Click to see "%s" in a new tab` issues.attachment.download = `Click to download "%s"` |