diff --git a/src/Gui/Action.cpp b/src/Gui/Action.cpp
index 1c00159833..055190394f 100644
--- a/src/Gui/Action.cpp
+++ b/src/Gui/Action.cpp
@@ -927,7 +927,7 @@ void RecentMacrosAction::setFiles(const QStringList& files)
auto check = Application::Instance->commandManager().checkAcceleratorForConflicts(qPrintable(accel_tmp));
if (check) {
recentFiles[index]->setShortcut(QKeySequence());
- auto msg = QStringLiteral("Recent macros : shortcut %1 disabled because conflicting with %2")
+ auto msg = QStringLiteral("Recent macros : keyboard shortcut %1 disabled because conflicting with %2")
.arg(accel_tmp).arg(QLatin1String(check->getName()));
Base::Console().Warning("%s\n", qPrintable(msg));
}
@@ -936,7 +936,7 @@ void RecentMacrosAction::setFiles(const QStringList& files)
recentFiles[index]->setShortcut(accel);
}
}
- recentFiles[index]->setStatusTip(tr("Run macro %1 (Shift+click to edit) shortcut: %2").arg(files[index]).arg(accel));
+ recentFiles[index]->setStatusTip(tr("Run macro %1 (Shift+click to edit) keyboard shortcut: %2").arg(files[index]).arg(accel));
recentFiles[index]->setVisible(true);
}
diff --git a/src/Gui/DlgKeyboardImp.cpp b/src/Gui/DlgKeyboardImp.cpp
index c264333131..3f3db30503 100644
--- a/src/Gui/DlgKeyboardImp.cpp
+++ b/src/Gui/DlgKeyboardImp.cpp
@@ -370,16 +370,16 @@ void DlgCustomKeyboardImp::on_editShortcut_textChanged(const QString& sc)
ui->assignedTreeWidget->resizeColumnToContents(0);
if (countAmbiguous > 1) {
- QMessageBox::warning(this, tr("Multiple defined shortcut"),
- tr("The shortcut '%1' is defined more than once. This could result in unexpected behaviour.").arg(sc) );
+ QMessageBox::warning(this, tr("Multiple defined keyboard shortcut"),
+ tr("The keyboard shortcut '%1' is defined more than once. This could result in unexpected behaviour.").arg(sc) );
ui->editShortcut->setFocus();
ui->buttonAssign->setEnabled(false);
}
else if (countAmbiguous == 1 && ambiguousCommand != QLatin1String(name)) {
QMessageBox box(this);
box.setIcon(QMessageBox::Warning);
- box.setWindowTitle(tr("Already defined shortcut"));
- box.setText(tr("The shortcut '%1' is already assigned to '%2'.").arg(sc, ambiguousMenu));
+ box.setWindowTitle(tr("Already defined keyboard shortcut"));
+ box.setText(tr("The keyboard shortcut '%1' is already assigned to '%2'.").arg(sc, ambiguousMenu));
box.setInformativeText(tr("Do you want to override it?"));
box.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
box.setDefaultButton(QMessageBox::No);
diff --git a/src/Gui/DlgSettingsMacro.ui b/src/Gui/DlgSettingsMacro.ui
index e4132a3c28..6456593a81 100644
--- a/src/Gui/DlgSettingsMacro.ui
+++ b/src/Gui/DlgSettingsMacro.ui
@@ -282,7 +282,7 @@
- Shortcut count
+ Keyboard shortcut count
diff --git a/src/Gui/Language/FreeCAD_de.qm b/src/Gui/Language/FreeCAD_de.qm
index 3afa217631..5316b36d5c 100644
Binary files a/src/Gui/Language/FreeCAD_de.qm and b/src/Gui/Language/FreeCAD_de.qm differ
diff --git a/src/Gui/Language/FreeCAD_de.ts b/src/Gui/Language/FreeCAD_de.ts
index bdac045c36..0f95119476 100644
--- a/src/Gui/Language/FreeCAD_de.ts
+++ b/src/Gui/Language/FreeCAD_de.ts
@@ -1390,22 +1390,22 @@ Wenn dies nicht ausgewählt ist, muss die Eigenschaft eindeutig benannt sein und
- Multiple defined shortcut
+ Multiple defined keyboard shortcutMehrfach belegte Tastenkombination
- The shortcut '%1' is defined more than once. This could result in unexpected behaviour.
+ The keyboard shortcut '%1' is defined more than once. This could result in unexpected behaviour.Die Tastenkombination '%1' ist mehr als einmal definiert. Dies kann zu unerwartetem Verhalten führen.
- Already defined shortcut
+ Already defined keyboard shortcutBereits belegte Tastenkombination
- The shortcut '%1' is already assigned to '%2'.
+ The keyboard shortcut '%1' is already assigned to '%2'.Die Tastenkombination '%1' ist bereits '%2' zugewiesen.
@@ -4656,7 +4656,7 @@ Sie können auch das Formular verwenden: John Doe <john@doe.com>
- Shortcut count
+ Keyboard shortcut countAnzahl der Tastenkürzel
@@ -7533,7 +7533,7 @@ Wollen Sie sie beenden, ohne Ihre Daten zu speichern?
- Run macro %1 (Shift+click to edit) shortcut: %2
+ Run macro %1 (Shift+click to edit) keyboard shortcut: %2Makro %1 ausführen (Umschalt+Klick zum Bearbeiten) Tastenkürzel: %2