changeset f32947eb977f in modules/stock_lot:default
details: https://hg.tryton.org/modules/stock_lot?cmd=changeset;node=f32947eb977f
description:
        Add missing end dot on translatable strings

        issue8670
        review252211037
diffstat:

 product.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 76c53ae7fd5e -r f32947eb977f product.py
--- a/product.py        Sat Sep 28 23:59:10 2019 +0200
+++ b/product.py        Mon Sep 30 09:39:57 2019 +0200
@@ -19,7 +19,7 @@
             ('storage', "Storage"),
             ('production', "Production"),
             ], "Lot Required",
-        help='The type of location for which lot is required',
+        help='The type of location for which lot is required.',
         states={
             'invisible': ~Eval('type').in_(['goods', 'assets']),
             },

Reply via email to