[gnome-calendar] window: mark headerbar search string as translatable
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] window: mark headerbar search string as translatable
- Date: Thu, 4 Dec 2014 22:43:30 +0000 (UTC)
commit ff6440d206ab8ae0512eac899bcd631ee0d46b09
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Nov 21 12:21:48 2014 -0200
window: mark headerbar search string as translatable
src/gcal-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index 925fb66..0e4ac1a 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -920,7 +920,7 @@ search_changed (GtkEditable *editable,
title =
g_strdup_printf (
- "Results for \"%s\"",
+ _("Results for \"%s\""),
gtk_entry_get_text (GTK_ENTRY (priv->search_entry)));
gtk_header_bar_set_title (GTK_HEADER_BAR (priv->header_bar),
title);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]