diff options
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 9e3455c..682319c 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -110,28 +110,28 @@ <x>0</x> <y>0</y> <width>590</width> - <height>29</height> + <height>30</height> </rect> </property> <widget class="QMenu" name="menuDatei"> <property name="title"> <string>Da&tei</string> </property> - <addaction name="actionBeenden"/> + <addaction name="actionClose"/> </widget> <widget class="QMenu" name="menuSchl_ssel"> <property name="title"> <string>Eige&nen Schlüssel verwalten</string> </property> - <addaction name="actionErzeuge_Schl_sselpaar"/> + <addaction name="actionCreateKeypar"/> <addaction name="actionImport"/> - <addaction name="actionMein_privater_Schl_ssel"/> - <addaction name="actionMein_ffentlicher_Schl_ssel"/> + <addaction name="actionExportMyKeypar"/> + <addaction name="actionExportMyPublicKey"/> </widget> <addaction name="menuDatei"/> <addaction name="menuSchl_ssel"/> </widget> - <action name="actionBeenden"> + <action name="actionClose"> <property name="text"> <string>&Beenden</string> </property> @@ -141,17 +141,17 @@ <string>&Importiere Schlüsselpaar</string> </property> </action> - <action name="actionMein_ffentlicher_Schl_ssel"> + <action name="actionExportMyPublicKey"> <property name="text"> <string>Exportiere &öffentlichen Schlüssel</string> </property> </action> - <action name="actionMein_privater_Schl_ssel"> + <action name="actionExportMyKeypar"> <property name="text"> <string>Exportiere &Schlüsselpaar</string> </property> </action> - <action name="actionErzeuge_Schl_sselpaar"> + <action name="actionCreateKeypar"> <property name="text"> <string>&Erzeuge Schlüsselpaar</string> </property> |
