[devhelp] window: mark _Close for translation
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] window: mark _Close for translation
- Date: Mon, 7 Oct 2013 11:02:02 +0000 (UTC)
commit fa1e5221b537a644c868c873bb8c5be723ce33f5
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date: Mon Oct 7 13:01:38 2013 +0200
window: mark _Close for translation
src/dh-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dh-window.c b/src/dh-window.c
index 64fd828..0d3d332 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -1117,7 +1117,7 @@ window_open_new_tab (DhWindow *window,
info_bar = gtk_info_bar_new ();
gtk_widget_set_no_show_all (info_bar, TRUE);
gtk_info_bar_add_button (GTK_INFO_BAR (info_bar),
- "_Close", GTK_RESPONSE_OK);
+ _("_Close"), GTK_RESPONSE_OK);
gtk_info_bar_set_message_type (GTK_INFO_BAR (info_bar),
GTK_MESSAGE_ERROR);
g_signal_connect (info_bar, "response",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]