diff options
author | silverwind <me@silverwind.io> | 2020-12-12 02:06:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 02:06:22 +0100 |
commit | 1837e647eb2ae3f4de0ed1a729f0da01c07b9449 (patch) | |
tree | 8abfaacd2a4bda51e09a5633b75864a06772f83c /options/locale/locale_en-US.ini | |
parent | 3285babcae57b410815d4415db9c9ea6c6f9a84e (diff) | |
download | gitea-1837e647eb2ae3f4de0ed1a729f0da01c07b9449.tar.gz gitea-1837e647eb2ae3f4de0ed1a729f0da01c07b9449.zip |
Diff stat improvements (#13954)
* Diff stat improvements
- Combine number to just total number of changes
- Add tooltip over stats bar
- Increase contrast on file name
- Refactor classes and CSS to be more reusable
* misc tweaks
* make count bold
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 58fd7d8f50..63a768dc73 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1787,6 +1787,7 @@ diff.whitespace_ignore_all_whitespace = Ignore whitespace when comparing lines diff.whitespace_ignore_amount_changes = Ignore changes in amount of whitespace diff.whitespace_ignore_at_eol = Ignore changes in whitespace at EOL diff.stats_desc = <strong> %d changed files</strong> with <strong>%d additions</strong> and <strong>%d deletions</strong> +diff.stats_desc_file = %d changes: %d additions and %d deletions diff.bin = BIN diff.view_file = View File diff.file_before = Before |