[gnome-logs] Mark window title for translation
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] Mark window title for translation
- Date: Mon, 7 Sep 2015 14:26:04 +0000 (UTC)
commit a1672510bad7642de74ed5ded0c9cd4f0e37295e
Author: David King <davidk gnome org>
Date: Mon Sep 7 15:22:24 2015 +0100
Mark window title for translation
https://bugzilla.gnome.org/show_bug.cgi?id=754683
src/gl-eventtoolbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gl-eventtoolbar.c b/src/gl-eventtoolbar.c
index 90f2726..c650e23 100644
--- a/src/gl-eventtoolbar.c
+++ b/src/gl-eventtoolbar.c
@@ -122,7 +122,7 @@ gl_event_toolbar_add_boots (GlEventToolbar *toolbar,
gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
gtk_container_add (GTK_CONTAINER (priv->menu_button), grid);
- title_label = gtk_label_new ("Logs");
+ title_label = gtk_label_new (_("Logs"));
context = gtk_widget_get_style_context (GTK_WIDGET (title_label));
gtk_style_context_add_class (context, "title");
gtk_grid_attach (GTK_GRID (grid), title_label, 0, 0, 1, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]