Skip to content

Commit

Permalink
Merge pull request #1954 from Ralim/discip-patch-1
Browse files Browse the repository at this point in the history
YY-MM-DD => YYYY-MM-DD
  • Loading branch information
discip authored Jul 23, 2024
2 parents d2c3d30 + aec1e78 commit 84e53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Translations/make_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_constants() -> List[Tuple[str, str]]:

def get_debug_menu() -> List[str]:
return [
datetime.today().strftime("%y-%m-%d"),
datetime.today().strftime("%Y-%m-%d"),
"ID ",
"ACC ",
"PWR ",
Expand Down

0 comments on commit 84e53e1

Please sign in to comment.