X-Git-Url: https://harishankar.org/repos/?p=biacv.git;a=blobdiff_plain;f=biacv_lang.py;fp=biacv_lang.py;h=a0c8f27f1188ac0b739fa47385f4e91c5feb78c3;hp=11d19e23d8d86ede25438f3c67942845fca4d8d0;hb=bb028ebabf00111ec146cdd64b5cb5c8563bf09b;hpb=81bc09aa468845dfc26265a59bbd512c0d2eaa07 diff --git a/biacv_lang.py b/biacv_lang.py index 11d19e2..a0c8f27 100644 --- a/biacv_lang.py +++ b/biacv_lang.py @@ -9,4 +9,5 @@ CONFIRM = "Confirm" CONFIRM_DELETE = "Are you sure you wish to delete the selected item?" CONFIRM_DISCARD_SAVE = "There are unsaved changes in current document. Do you wish to discard all changes?" ERROR_DATE = "There is a problem with the date range selected." -SAVE_TITLE = "Save File As" \ No newline at end of file +SAVE_TITLE = "Save File As" +OPEN_TITLE = "Open File"