Skip to content

Commit

Permalink
Reformulate docs & comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Aug 3, 2023
1 parent 5a6d80b commit 94d0fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/DebugMenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There is a static line on top which is presented on every sub-screen and reflect
- D - git-related **d**ev branch
- B - git-related custom **b**ranch
- G - neither above but **g**it-related
- C - build from github **C**I during _pull request_ status
- C - build from github **C**I during _pull request_
- H - build outside of a git tree (i.e. release tarball or **h**omebrew customization without git)
- S - something **s**pecial[^ERR]
- V - something **v**ery special[^ERR]
Expand Down
2 changes: 1 addition & 1 deletion Translations/make_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ def get_version_suffix(ver) -> str:
except KeyError:
print("====>>>> GITHUB_CI_PR_SHA:", "FALSE")
True
# - no github PR SHA ID, hence "normal" build
# - no github PR SHA ID, hence keep checking

suffix = str("")

Expand Down

0 comments on commit 94d0fd7

Please sign in to comment.