[shotwell] page: Make empty filter result message more clear
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] page: Make empty filter result message more clear
- Date: Wed, 13 Jul 2016 19:55:37 +0000 (UTC)
commit 6941dff10c6704753b3728b05ffb17a081d48bbf
Author: Jens Georg <mail jensge org>
Date: Wed Jul 13 21:49:08 2016 +0200
page: Make empty filter result message more clear
Instead of the "No photos/videos found" use "No photos/videos found which
match the current filter" to make clear that it's because of the current
filter settings
Signed-off-by: Jens Georg <mail jensge org>
https://bugzilla.gnome.org/show_bug.cgi?id=719122
src/Page.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Page.vala b/src/Page.vala
index 2f6f2c3..081017c 100644
--- a/src/Page.vala
+++ b/src/Page.vala
@@ -1267,7 +1267,7 @@ public abstract class CheckerboardPage : Page {
}
protected virtual string get_filter_no_match_message() {
- return _("No photos/videos found");
+ return _("No photos/videos found which match the current filter");
}
protected virtual void on_item_activated(CheckerboardItem item, Activator activator,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]