Commit e9662c98 authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix typo

parent fffe12a4
......@@ -245,7 +245,7 @@ progress_create_widget (GtkWidget *dlg)
YadProgressBar *bar = g_new0 (YadProgressBar, 1);
if (options.debug)
g_printerr (_("WARNING: You are usinge old-style progress dialog. This features is obsolete now, please use --bar style instead\n"));
g_printerr (_("WARNING: You are using old-style progress dialog. This features is obsolete now, please use --bar style instead\n"));
if (options.progress_data.pulsate)
bar->type = YAD_PROGRESS_PULSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment