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

@@ -587,7 +587,7 @@ void TextItem::setFollowTo(const QString &followTo)
QMessageBox::critical(
0,
tr("Error"),
tr("TextItem \" %1 \" not found !")
tr("TextItem \" %1 \" not found!")
.arg(m_followTo)
);
notify("followTo",followTo,"");