Gui: Update UI strings for consistency

Closes: #22135
This commit is contained in:
Max Wilfinger
2025-06-22 21:14:10 +02:00
committed by Kacper Donat
parent 66aaf6a2ee
commit 6692dacc0a
151 changed files with 1201 additions and 1183 deletions

View File

@@ -158,13 +158,13 @@ void Flag::contextMenuEvent(QContextMenuEvent * e)
{
QMenu menu(this);
QAction* topleft = menu.addAction(tr("Top left"));
QAction* topleft = menu.addAction(tr("Top Left"));
topleft->setCheckable(true);
QAction* botleft = menu.addAction(tr("Bottom left"));
QAction* botleft = menu.addAction(tr("Bottom Left"));
botleft->setCheckable(true);
QAction* topright = menu.addAction(tr("Top right"));
QAction* topright = menu.addAction(tr("Top Right"));
topright->setCheckable(true);
QAction* botright = menu.addAction(tr("Bottom right"));
QAction* botright = menu.addAction(tr("Bottom Right"));
botright->setCheckable(true);
menu.addSeparator();
QAction* remove = menu.addAction(tr("Remove"));