UI: Update translations.

This commit is contained in:
Nodir Temirkhodjaev 2020-02-06 15:44:04 +05:00
parent 5b9b770eb8
commit 46067f81cf
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -88,8 +88,8 @@
</message>
<message>
<location filename="../model/applistmodel.cpp" line="93"/>
<source>End</source>
<translation>Кон.</translation>
<source>Bl.</source>
<translation>Бл.</translation>
</message>
<message>
<location filename="../model/applistmodel.cpp" line="94"/>

View File

@ -90,7 +90,7 @@ QVariant AppListModel::headerData(int section, Qt::Orientation orientation,
case 0: return tr("Program");
case 1: return tr("Group");
case 2: return tr("State");
case 3: return tr("End");
case 3: return tr("Bl.");
case 4: return tr("Creation Time");
}
}