diff --git a/bouquin/locales/en.json b/bouquin/locales/en.json index f14fb41..5bc7f95 100644 --- a/bouquin/locales/en.json +++ b/bouquin/locales/en.json @@ -297,6 +297,9 @@ "edit_reminder": "Edit Reminder", "delete_reminder": "Delete Reminder", "delete_reminders": "Delete Reminders", + "deleting_it_will_remove_all_future_occurrences": "Deleting it will remove all future occurrences.", + "this_is_a_reminder_of_type": "Note: This is a reminder of type", + "this_will_delete_the_actual_reminders": "Note: This will delete the actual reminders, not just individual occurrences.", "reminder": "Reminder", "reminders": "Reminders", "time": "Time", diff --git a/pyproject.toml b/pyproject.toml index b5c7cda..c4bb99f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.6.2" +version = "0.6.3" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md"