summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-06 22:05:12 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-06 22:05:12 +0100
commitd6dd3e1d9a7155dd2fcb3bfd2b8b4689338b0fc1 (patch)
tree7693c40b28692a12fec607b13f01bf4fc321f187 /plugins/gtkui/gtkui.c
parent64056834a7aca40da607ad772623d7bc108412cc (diff)
fixed few typos
Diffstat (limited to 'plugins/gtkui/gtkui.c')
-rw-r--r--plugins/gtkui/gtkui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c
index 437361af..7df098b6 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -1199,7 +1199,7 @@ gtkui_show_info_window (const char *fname, const char *title, GtkWidget **pwindo
gboolean
gtkui_quit_cb (void *ctx) {
if (deadbeef->have_background_jobs ()) {
- GtkWidget *dlg = gtk_message_dialog_new (GTK_WINDOW (mainwin), GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_YES_NO, _("The player is currently running backgroud tasks. If you quit now, the tasks will be cancelled or interrupted. This may result in data loss."));
+ GtkWidget *dlg = gtk_message_dialog_new (GTK_WINDOW (mainwin), GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_YES_NO, _("The player is currently running background tasks. If you quit now, the tasks will be cancelled or interrupted. This may result in data loss."));
gtk_window_set_transient_for (GTK_WINDOW (dlg), GTK_WINDOW (mainwin));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dlg), _("Do you still want to quit?"));
gtk_window_set_title (GTK_WINDOW (dlg), _("Warning"));