Make the string translatable
Summary: Currently this string is marked as untranslatable for the unknown reason Patch by Victor Ryzhykh Test Plan: Translate, run. Reviewers: #kwin, zzag Reviewed By: #kwin, zzag Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D29271
This commit is contained in:
parent
34de0b746e
commit
385c8d3db6
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true">Window activation policy description</string>
|
||||
<string>Window activation policy description</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
|
Loading…
Reference in a new issue