mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:46:41 +00:00
UI: Update translations.
This commit is contained in:
parent
5b9b770eb8
commit
46067f81cf
Binary file not shown.
@ -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"/>
|
||||
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user