summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-15 19:34:10 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-15 19:40:14 +0100
commit80e9d5ef7da4388a0af06248b660355f4015beb8 (patch)
treeecad14e507d971ae1637c6f26ade18577780c834
parentc44386a6c92cabd1ed03c895d64a095ea9787442 (diff)
downloadnautilus-80e9d5ef7da4388a0af06248b660355f4015beb8.tar.gz
search-popover: fix misleading "Around" date selector
It's actually "Since...", not around.
-rw-r--r--src/resources/ui/nautilus-search-popover.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index eeb0d1166..2337a4659 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -124,7 +124,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">10</property>
- <property name="label" translatable="yes">Around…</property>
+ <property name="label" translatable="yes">Since…</property>
<property name="xalign">0</property>
<style>
<class name="dim-label"/>