From 238ac7a1030ea8ce308e0a5560bb25f1d3e3fb16 Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Wed, 6 Feb 2019 19:09:32 +0300 Subject: [PATCH] Internationalization has been fixed --- limereport/objectinspector/lrobjectitemmodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/limereport/objectinspector/lrobjectitemmodel.cpp b/limereport/objectinspector/lrobjectitemmodel.cpp index 2addb1e..212f48f 100644 --- a/limereport/objectinspector/lrobjectitemmodel.cpp +++ b/limereport/objectinspector/lrobjectitemmodel.cpp @@ -155,6 +155,7 @@ void QObjectPropertyModel::translatePropertyName() tr("hideIfEmpty"); tr("hideEmptyItems"); tr("useExternalPainter"); + tr("layoutSpacing"); } void QObjectPropertyModel::clearObjectsList()