mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #255] String Consistency #197
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @reustle on GitHub (Jul 10, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/255
I could be wrong, but these strings could be uniformly capitalized.
This one seems fine:
9fd78dc17f/MonitorControl/UI/en.lproj/Main.strings (L54)We could lowercase "Login" here.
9fd78dc17f/MonitorControl/UI/en.lproj/Main.strings (L30)We could lowercase "Brightness" and "Contrast" here
9fd78dc17f/MonitorControl/UI/en.lproj/Main.strings (L24)Thoughts?
@the0neyouseek commented on GitHub (Jul 10, 2020):
Please feel free to open a Pull resquest for this changes :)
@reustle commented on GitHub (Jul 10, 2020):
@the0neyouseek Happy to do so, but I've never done xcode dev before. I'm guessing it isn't as easy as changing this file, but also doing some building / compiling?
@the0neyouseek commented on GitHub (Jul 10, 2020):
No need if you’re just changing strings 😊. You can simply edit the file (even directly in github if you don’t want to download the whole project)