summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gtkui/gtkui.c2
-rw-r--r--plugins/shellexec/shellexec.c4
2 files changed, 3 insertions, 3 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"));
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index 0bd5d1d2..473fc1a7 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -2,7 +2,7 @@
Shellexec plugin for DeaDBeeF
Copyright (C) 2010-2012 Deadbeef team
Original developer Viktor Semykin <thesame.ml@gmail.com>
- Maintainance, minor improvements Alexey Yakovenko <waker@users.sf.net>
+ Maintenance, minor improvements Alexey Yakovenko <waker@users.sf.net>
GUI support and bugfixing Azeem Arshad <kr00r4n@gmail.com>
This program is free software: you can redistribute it and/or modify
@@ -445,7 +445,7 @@ static Shx_plugin_t plugin = {
.misc.plugin.copyright =
"Copyright (C) 2010-2012 Deadbeef team\n"
"Original developer Viktor Semykin <thesame.ml@gmail.com>\n"
- "Maintainance, minor improvements Alexey Yakovenko <waker@users.sf.net>\n"
+ "Maintenance, minor improvements Alexey Yakovenko <waker@users.sf.net>\n"
"GUI support and bugfixing Azeem Arshad <kr00r4n@gmail.com>"
"\n"
"This program is free software; you can redistribute it and/or\n"