Skip to content

Commit a8c5b2a

Browse files
committed
Curent update date updated.
ReadMe how to use updated.
1 parent cd797ac commit a8c5b2a

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

003 - D5L Dictionary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pip install Pymultidictionary
7272
## Roadmap
7373

7474
- More languages will be added!
75-
- Keyboard shortcuts - uick commands will be revised.
75+
- Keyboard shortcuts - quick commands will be revised.
7676
- The app will be converted to an .exe file for Windows.
7777
- The app will be converted to Flatpak and published in the Flathub repository.
7878
- A Deb package will be created.
Binary file not shown.
Binary file not shown.
Binary file not shown.

003 - D5L Dictionary/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def open_license():
8181

8282
# pops up about message
8383
def about():
84-
current_date = "09.05.2024"
84+
current_date = "13.05.2024"
8585
menu_utils.show_info_message(
8686
"About",
8787
f"{APP_NAME}\nVersion: {APP_VERSION}\nAuthor: {AUTHOR}\nLast Update: {current_date}",

0 commit comments

Comments
 (0)