[nautilus/gnome-3-20] Mark a string as translatable
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-3-20] Mark a string as translatable
- Date: Wed, 2 Mar 2016 18:50:57 +0000 (UTC)
commit 9b569c096033c38baa0ae68076cfd76e9238fcbe
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]