[nautilus] Mark a string as translatable



commit 60a06020b1ca262008fc1067c47d5ba0c0b234f1
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Wed Mar 2 20:30:25 2016 +0200

    Mark a string as translatable

 src/nautilus-search-popover.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-search-popover.c b/src/nautilus-search-popover.c
index e51f01c..6369c52 100644
--- a/src/nautilus-search-popover.c
+++ b/src/nautilus-search-popover.c
@@ -384,7 +384,7 @@ fill_fuzzy_dates_listbox (NautilusSearchPopover *popover)
   current_date = g_date_time_new_now_local ();
 
   /* Add the no date filter element first */
-  row = create_row_for_label ("Any time", TRUE);
+  row = create_row_for_label (_("Any time"), TRUE);
   gtk_container_add (GTK_CONTAINER (popover->dates_listbox), row);
 
   /* This is a tricky loop. The main intention here is that each


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]