summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix W. Dekker <felix@fwdekker.com>2020-03-03 18:27:38 +0100
committerGitHub <noreply@github.com>2020-03-03 14:27:38 -0300
commitaa4a297c164b7fc6df6efe0666e119f904f148f3 (patch)
treee39d28ff595af8bc0d510881ccbddb08d6cc6ba7
parent009990b0c0f06520a4804765a600edf779a689f8 (diff)
downloadgitea-aa4a297c164b7fc6df6efe0666e119f904f148f3.tar.gz
gitea-aa4a297c164b7fc6df6efe0666e119f904f148f3.zip
Rename repo size sorting options (#10587)
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 90abac6f19..ee58de627f 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -944,8 +944,8 @@ issues.label_deletion_desc = Deleting a label removes it from all issues. Contin
issues.label_deletion_success = The label has been deleted.
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.label.filter_sort.by_size = Smallest size
+issues.label.filter_sort.reverse_by_size = Largest 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"`