text of menu item labels improved

This commit is contained in:
Martin Brodbeck 2018-08-07 10:53:34 +02:00
parent 593ae8531c
commit 52c4f39e23
1 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@
</font> </font>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Geben Sie hier die Verkäufernummer ein</string> <string>Geben Sie hier die Verkäufernummer ein.</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Geben Sie hier die Verkäufernummer ein</string> <string>Geben Sie hier die Verkäufernummer ein</string>
@ -471,27 +471,27 @@ drucken</string>
</action> </action>
<action name="exportSellerJsonAction"> <action name="exportSellerJsonAction">
<property name="text"> <property name="text">
<string>Exportieren (JSON)</string> <string>Exportieren für andere Kasse (JSON)</string>
</property> </property>
</action> </action>
<action name="importSellerExcelAction"> <action name="importSellerExcelAction">
<property name="text"> <property name="text">
<string>Aus Excel-Datei</string> <string>Aus Excel-Datei (initial)</string>
</property> </property>
</action> </action>
<action name="importSellerJsonAction"> <action name="importSellerJsonAction">
<property name="text"> <property name="text">
<string>Aus JSON-Datei</string> <string>Aus JSON-Datei (von anderer Kasse)</string>
</property> </property>
</action> </action>
<action name="exportSalesJsonAction"> <action name="exportSalesJsonAction">
<property name="text"> <property name="text">
<string>Exportieren (JSON)</string> <string>Exportieren für andere Kasse (JSON)</string>
</property> </property>
</action> </action>
<action name="importSalesJsonAction"> <action name="importSalesJsonAction">
<property name="text"> <property name="text">
<string>Importieren (JSON)</string> <string>Importieren von anderer Kasse (JSON)</string>
</property> </property>
</action> </action>
</widget> </widget>