summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-17 11:20:05 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-17 12:04:28 +0200
commite298ffea73d77400d9145f27a244862308bbe7b4 (patch)
tree10d8cf8061bea6c4c3c3a3c88395f4979b3b47bd /plugins/gtkui/gtkui.c
parent28e4be62810d9ee9feffcb8d1ed59c95bb998c85 (diff)
translation update
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 9b2d1091..16e7c47d 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -1247,7 +1247,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. Data loss may result"));
+ 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."));
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"));