Tusky mostly uses (correctly, per Android style guide) sentence case (i.e., a single initial capital letter) in strings like "Scheduled posts" or "Muted users". But there are a few instances of title case (i.e., each initial letter is capitalised) that have crept in ("Account Preferences", "Log Out", "Follow Requests", etc). Convert them to sentence case.