Fix typo; Refresh translation; Update zh-CN translation (#267)
* Fix typos found by codespell * redotool: Mark description string as translatable * Refresh translation; Update zh_CN translation again
This commit is contained in:
@@ -112,7 +112,7 @@ void ButtonHandler::updatePosition(const QRect &selection) {
|
||||
elemsAtCorners -= elemCornersTop;
|
||||
int elemCornersBotton = qBound(0, elemsAtCorners, maxExtra);
|
||||
|
||||
// Add buttons at the botton of the seletion
|
||||
// Add buttons at the button of the seletion
|
||||
if (!m_blockedBotton) {
|
||||
int addCounter = buttonsPerRow + elemCornersBotton;
|
||||
// Don't add more than we have
|
||||
|
||||
Reference in New Issue
Block a user