X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Ffiscalyears.php;h=cbfdd80e754a12dd9cb2c998ea3d4701f2f8bb55;hb=ea1ac6e8c569745bd4099d47936f6dfe86b8b9d4;hp=abff8a968444b66bf5d265adac3ff0f019358c58;hpb=ddadb47f2620ce6902ad4694ce6512568862ba05;p=fa-stable.git diff --git a/admin/fiscalyears.php b/admin/fiscalyears.php index abff8a96..cbfdd80e 100644 --- a/admin/fiscalyears.php +++ b/admin/fiscalyears.php @@ -423,9 +423,7 @@ function display_fiscalyears() if ($myrow["id"] != $company_year) { delete_button_cell("Delete".$myrow['id'], _("Delete")); submit_js_confirm("Delete".$myrow['id'], - sprintf(_("Are you sure you want to remove fiscal year - '%s'-'%s'? All transactions are removed and converted into relevant - balances. Do you want to continue ?"), $from, $to)); + sprintf(_("Are you sure you want to remove fiscal year %s - %s? All transactions are removed and converted into relevant balances. Do you want to continue ?"), $from, $to)); } else label_cell(''); end_row();