We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03fc31 commit 874c2e3Copy full SHA for 874c2e3
interface/lib/lang/en.lng
@@ -15,5 +15,5 @@ $wb["delete_txt"] = 'Delete';
15
$wb["filter_txt"] = 'Filter';
16
$wb["add_new_record_txt"] = 'Add new record';
17
$wb['btn_save_txt'] = "Save";
18
-$wb['btn_cancel_txt'] = "Cancel";
+$wb['btn_cancel_txt'] = "Back";
19
?>
interface/lib/lang/it.lng
@@ -15,5 +15,5 @@ $wb['delete_txt'] = 'Cancella';
$wb['filter_txt'] = 'Filtro';
$wb['add_new_record_txt'] = 'Aggiungi nuovo record';
$wb['btn_save_txt'] = 'Salva';
-$wb['btn_cancel_txt'] = 'Annulla';
+$wb['btn_cancel_txt'] = 'Indietro';
0 commit comments