Home
last modified time | relevance | path

Searched refs:isUntr (Results 1 – 1 of 1) sorted by relevance

/dports/devel/lokalize/lokalize-21.12.3/src/
H A Deditortab.cpp1073 bool isUntr = m_catalog->msgstr(m_currentPos).isEmpty(); in msgStrChanged() local
1075 if (isUntr == m_currentIsUntr && isApproved == m_currentIsApproved) in msgStrChanged()
1079 if (isUntr) msg = i18nc("@info:status", "Untranslated"); in msgStrChanged()
1088 m_currentIsUntr = isUntr; in msgStrChanged()