diff --git a/ui/moCapSelectionWidget.ui b/ui/moCapSelectionWidget.ui index d12968d8b45fb909efe74831b649d2ebe788ec3b..cdbcc7ae68a18f10ef1ea0a2f38023f1b5040c9e 100644 --- a/ui/moCapSelectionWidget.ui +++ b/ui/moCapSelectionWidget.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>544</width> - <height>71</height> + <height>80</height> </rect> </property> <property name="windowTitle"> @@ -22,14 +22,14 @@ <item> <widget class="QPushButton" name="browseFileButton"> <property name="text"> - <string>Browse File</string> + <string>browse file</string> </property> </widget> </item> <item> <widget class="QLabel" name="filePathLabel"> <property name="text"> - <string>File</string> + <string>file</string> </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> @@ -53,7 +53,7 @@ <item> <widget class="QLabel" name="label_2"> <property name="text"> - <string>Offset(sec):</string> + <string>offset [s]:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> @@ -66,7 +66,7 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>Samplerate(Hz):</string> + <string>samplerate [Hz]:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> @@ -79,7 +79,7 @@ <item> <widget class="QLabel" name="label_4"> <property name="text"> - <string>System:</string> + <string>system:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> diff --git a/ui/openMoCapDialog.ui b/ui/openMoCapDialog.ui index 30f49ef15e54a2ba8d6d0e31a547e2e0c53dfd1f..4e662ec03e4baa26f2c831693547ca25c9c2c2b0 100644 --- a/ui/openMoCapDialog.ui +++ b/ui/openMoCapDialog.ui @@ -89,14 +89,14 @@ <item> <widget class="QPushButton" name="pushButtonCancel"> <property name="text"> - <string>Cancel</string> + <string>cancel</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonOK"> <property name="text"> - <string>OK</string> + <string>ok</string> </property> </widget> </item>