summary refs log tree commit diff stats
path: root/src/fe-gtk/maingui.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-18 16:22:58 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-18 16:22:58 +0200
commitad711026f523714fad0c3fae2979e3508e6ab598 (patch)
tree0b054087c2b06d4b9f12bb4a1db0cdeb6d93e8e7 /src/fe-gtk/maingui.c
parentd39acb7ae2fa0ac2790eabd606079bf6f1def7bb (diff)
Use hardcoded string for this one instance, otherwise it may be untranslatable for certain languages
Diffstat (limited to 'src/fe-gtk/maingui.c')
-rw-r--r--src/fe-gtk/maingui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/maingui.c b/src/fe-gtk/maingui.c
index 05ea0047..307420f4 100644
--- a/src/fe-gtk/maingui.c
+++ b/src/fe-gtk/maingui.c
@@ -1240,7 +1240,7 @@ mg_open_quit_dialog (gboolean minimize_button)
 
 	dialog = gtk_dialog_new ();
 	gtk_container_set_border_width (GTK_CONTAINER (dialog), 6);
-	gtk_window_set_title (GTK_WINDOW (dialog), _("Quit "DISPLAY_NAME"?"));
+	gtk_window_set_title (GTK_WINDOW (dialog), _("Quit HexChat?"));
 	gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (parent_window));
 	gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
 	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);