[IMP] changes the labels string as per suggestion

bzr revid: rma@tinyerp.com-20130417095544-wl04gd57vuv4k2c4
This commit is contained in:
Randhir Mayatra (OpenERP) 2013-04-17 15:25:44 +05:30
parent 9541529215
commit 507cd402b7
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ class pos_config(osv.osv):
'iface_cashdrawer' : fields.boolean('Cashdrawer Interface'),
'iface_payment_terminal' : fields.boolean('Payment Terminal Interface'),
'iface_electronic_scale' : fields.boolean('Electronic Scale Interface'),
'iface_vkeyboard' : fields.boolean('Virtual KeyBoard Interface'),
'iface_vkeyboard' : fields.boolean('Virtual Keyboard Interface'),
'iface_print_via_proxy' : fields.boolean('Print via Proxy'),
'state' : fields.selection(POS_CONFIG_STATE, 'Status', required=True, readonly=True),
@ -1333,7 +1333,7 @@ class product_product(osv.osv):
'available_in_pos': fields.boolean('Available in the Point of Sale', help='Check if you want this product to appear in the Point of Sale'),
'pos_categ_id': fields.many2one('pos.category','Point of Sale Category',
help="The Point of Sale Category this products belongs to. Those categories are used to group similar products and are specific to the Point of Sale."),
'to_weight' : fields.boolean('To Weight', help="Check if the product should be weighted (mainly used with self check-out interface)."),
'to_weight' : fields.boolean('To Weigh', help="Check if the product should be weighted (mainly used with self check-out interface)."),
}
def _default_pos_categ_id(self, cr, uid, context=None):

View File

@ -121,7 +121,7 @@
Click to create a new order.
</p><p>
Use this menu to browse your preceeding orders. To record new
orders, you should better use the menu <i>Your Session</i> for
orders, you may use the menu <i>Your Session</i> for
the touchscreen interface.
</p>
</field>
@ -1013,7 +1013,7 @@
currencies in your cash registers at the beginning and the end
of each session.
</p><p>
Note that you should better to use the menu <i>Your Session</i>
Note that you may to use the menu <i>Your Session</i>
to quickly open a new session.
</p>
</field>