diff options
author | pacien | 2020-09-19 22:25:54 +0200 |
---|---|---|
committer | pacien | 2020-09-19 22:25:54 +0200 |
commit | d9e51ff55ef494d37c5e23ef8fb79500fa5585c5 (patch) | |
tree | ae2c25614c71fe1c21489a5c7b5a83b718e9701e /viewer/src/locales | |
parent | ab97f64575f1b51bacced6ce1bc6bf22e0354615 (diff) | |
download | ldgallery-d9e51ff55ef494d37c5e23ef8fb79500fa5585c5.tar.gz |
viewer: rename title sort order
To avoid confusion with filenames.
Diffstat (limited to 'viewer/src/locales')
-rw-r--r-- | viewer/src/locales/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 41088da..b21262a 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json | |||
@@ -6,7 +6,7 @@ | |||
6 | "command.search.search": "Search", | 6 | "command.search.search": "Search", |
7 | "command.sort.byDateAsc": "By date (oldest first)", | 7 | "command.sort.byDateAsc": "By date (oldest first)", |
8 | "command.sort.byDateDesc": "By date (most recent first)", | 8 | "command.sort.byDateDesc": "By date (most recent first)", |
9 | "command.sort.byNameAsc": "By name (A to Z)", | 9 | "command.sort.byTitleAsc": "By title (A to Z)", |
10 | "directory.no-results": "Empty directory", | 10 | "directory.no-results": "Empty directory", |
11 | "download.download-file-fmt": "Download {0}", | 11 | "download.download-file-fmt": "Download {0}", |
12 | "gallery.unknown-resource": "Resource not found", | 12 | "gallery.unknown-resource": "Resource not found", |