-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor][GUI] Set static texts in .ui files + add missing tr() #1604
[Refactor][GUI] Set static texts in .ui files + add missing tr() #1604
Conversation
4856626
to
a8f5b1f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a large PR, cool work.
Left few minor comments, none of them is a blocking one and can be tackled in another PR.
utACK a8f5b1f
a8f5b1f
to
cc60e50
Compare
All comments addressed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re ACK cc60e50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
ACK cc60e50
Set initial / static texts for widgets and dialogs in the .ui files instead of in the .cpp files, with
notr
where needed. Also addtr()
where missing (ref: #1600).Finally clean up styling (missing spaces, branches on newlines).