diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2024-10-13 12:42:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-13 12:42:01 +0200 |
| commit | f305502c5db3946a69b70ee0dc8ac1efb86b45a9 (patch) | |
| tree | 87d22585017c16ce7666adc959d690ff348cd437 | |
| parent | b6de58f2d348e89f0d75f10b9c84312cd0d3a6e5 (diff) | |
Match capitilization of "Hidden files" in data tab with downloads tab (#2142)
| -rw-r--r-- | src/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index c9e5db12..7648f8a6 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1192,7 +1192,7 @@ <string>Filter the list so that hidden files are shown.</string> </property> <property name="text"> - <string>Hidden Files</string> + <string>Hidden files</string> </property> <property name="checked"> <bool>true</bool> |
