This commit is contained in:
2019-06-12 19:45:49 +00:00
parent 11b439700c
commit 03d4b11394
4 changed files with 16 additions and 15 deletions

View File

@@ -119,9 +119,9 @@ export default {
async getReportChoice(vm, reports) {
const result = await vm.$dialog.showAndWait(reportChooser, {
reports: reports,
title: "Choose a report",
oktext: "PrintIt!",
canceltext: "fuckthisshit"
title: vm.$gzlocale.get("Report"),
oktext: vm.$gzlocale.get("Print"),
canceltext: vm.$gzlocale.get("Cancel")
});
return result;
}

View File

@@ -62,6 +62,7 @@ export default {
"Delete",
"OK",
"Print",
"Report",
"WikiPage",
"Duplicate",
"RecordHistory",