diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-01-06 22:05:12 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-01-06 22:05:12 +0100 |
commit | d6dd3e1d9a7155dd2fcb3bfd2b8b4689338b0fc1 (patch) | |
tree | 7693c40b28692a12fec607b13f01bf4fc321f187 | |
parent | 64056834a7aca40da607ad772623d7bc108412cc (diff) |
fixed few typos
-rw-r--r-- | plugins/gtkui/gtkui.c | 2 | ||||
-rw-r--r-- | plugins/shellexec/shellexec.c | 4 |
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" |