0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

Russian translation has been fixed

# Conflicts:
#	translations/limereport_ru.ts
This commit is contained in:
Arin Alexander
2017-06-28 17:00:58 +03:00
10 changed files with 108 additions and 107 deletions

View File

@@ -155,7 +155,7 @@ bool GroupBandHeader::isNeedToClose(DataSourceManager* dataManager)
return ds->data(m_groupFiledName)!=m_groupFieldValue;
}
} else {
dataManager->putError(tr("Datasource \"%1\" not found !!!").arg(datasourceName));
dataManager->putError(tr("Datasource \"%1\" not found!").arg(datasourceName));
}
}