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