diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-12 13:14:11 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-12 13:14:11 +0200 |
| commit | b6990df3d783da0a09e8b6a825d9ebeb7314466a (patch) | |
| tree | c9a858fcacd3c24b05a6a5d9da00e6a28e16dcc3 /src/locales/en.cpp | |
| parent | 955af14f6664574df1ff47e073e39f8d48d6355a (diff) | |
mark invalid invoices, projects, contacts in ui
Diffstat (limited to 'src/locales/en.cpp')
| -rw-r--r-- | src/locales/en.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp index e68e930..8ab4eaf 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -24,6 +24,9 @@ locale_entry en_locales[] = { {"ui.invoiceRequirementP2", "needs to be completed before adding invoices."}, {"ui.next", "Next >>"}, {"ui.prev", "<< Prev"}, + {"ui.tooltip.invalidInvoice", "Invoice has missing information."}, + {"ui.tooltip.invalidProject", "Project has missing information."}, + {"ui.tooltip.invalidContact", "Contact has missing information."}, // Status strings. {"status.saved", "[Saved to disk]"}, |
