From 7d049fb8c8e23a570f5bff95adf49beba44c1619 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 28 Nov 2018 12:36:42 +0100 Subject: distancefieldgenerator: Use capitalized text for actions Follow the example of other Qt tools and use capitalized text for all actions. Change-Id: I6417a098d1601a10a73232334e5f5819095187f3 Reviewed-by: Leena Miettinen Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/distancefieldgenerator/mainwindow.cpp | 4 ++-- src/distancefieldgenerator/mainwindow.ui | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/distancefieldgenerator/mainwindow.cpp b/src/distancefieldgenerator/mainwindow.cpp index d6e7adaf2..15a5f0c34 100644 --- a/src/distancefieldgenerator/mainwindow.cpp +++ b/src/distancefieldgenerator/mainwindow.cpp @@ -630,9 +630,9 @@ void MainWindow::updateSelection() QModelIndexList list = ui->lvGlyphs->selectionModel()->selectedIndexes(); QString label; if (list.size() == ui->lvGlyphs->model()->rowCount()) - label = tr("Deselect &all"); + label = tr("Deselect &All"); else - label = tr("Select &all"); + label = tr("Select &All"); ui->tbSelectAll->setText(label); ui->actionSelect_all->setText(label); diff --git a/src/distancefieldgenerator/mainwindow.ui b/src/distancefieldgenerator/mainwindow.ui index 7535a1c93..09a3c4112 100644 --- a/src/distancefieldgenerator/mainwindow.ui +++ b/src/distancefieldgenerator/mainwindow.ui @@ -155,7 +155,7 @@ - &Open font + &Open Font... Ctrl+O @@ -163,7 +163,7 @@ - Save &as... + Save &As... @@ -184,7 +184,7 @@ - Select &all + Select &All Ctrl+A @@ -192,7 +192,7 @@ - Select &string + Select &String -- cgit v1.2.1