Skip to content

Commit

Permalink
issue #6 bug correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ginopc committed Dec 29, 2014
1 parent b849b7c commit 8cb71ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/InventoryForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private void actExport(object sender, EventArgs e)
// User confirm?
DialogResult res = MessageBox.Show(
"Vuoi esportare il file?",
"Esporta Ordine",
"Esporta Inventario",
MessageBoxButtons.YesNo,
MessageBoxIcon.Question,
MessageBoxDefaultButton.Button1);
Expand Down

0 comments on commit 8cb71ba

Please sign in to comment.