Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Verbruggen <erik@verbruggen.consulting>2022-03-11 16:29:33 +0300
committerHannah von Reth <vonreth@kde.org>2022-03-14 13:21:21 +0300
commit96ede25289e410b98af26a83b09045167bac9e01 (patch)
tree67f83e78ade0c0ffc9591c67eca95f1877593bac /src/gui/commonstrings.h
parentbfb6743cb507934bd508c7817705a21e085492b2 (diff)
Fix filter menus
- replaced "No filter" option text with "All", to avoid the "No filter is not enabled" situation - replace the "Filter" label on the button with "1 Filter"/"2 Filters" when a filter is active, so a user can immediately see that without having to open the filter pop-up
Diffstat (limited to 'src/gui/commonstrings.h')
-rw-r--r--src/gui/commonstrings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/commonstrings.h b/src/gui/commonstrings.h
index 15d31f067..5a25f800d 100644
--- a/src/gui/commonstrings.h
+++ b/src/gui/commonstrings.h
@@ -22,5 +22,6 @@ namespace CommonStrings {
QString showInFileBrowser();
QString showInWebBrowser();
QString copyToClipBoard();
+ QString filterButtonText(int filterCount);
+}
}
-} \ No newline at end of file