Commit 4dfaf476 authored by Dan Pascu's avatar Dan Pascu

Fixed ZRTP widget role properties to be not translatable

parent f1027964
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="role" stdset="0"> <property name="role" stdset="0">
<string>editable-value</string> <string notr="true">editable-value</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="role" stdset="0"> <property name="role" stdset="0">
<string>selectable-value</string> <string notr="true">selectable-value</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
<string>&lt;span style=&quot;color: #ff5500;&quot;&gt;Not verified&lt;/span&gt;</string> <string>&lt;span style=&quot;color: #ff5500;&quot;&gt;Not verified&lt;/span&gt;</string>
</property> </property>
<property name="role" stdset="0"> <property name="role" stdset="0">
<string>value</string> <string notr="true">value</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -479,7 +479,7 @@ ...@@ -479,7 +479,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="role" stdset="0"> <property name="role" stdset="0">
<string>note</string> <string notr="true">note</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -501,7 +501,7 @@ ...@@ -501,7 +501,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="role" stdset="0"> <property name="role" stdset="0">
<string>action-button</string> <string notr="true">action-button</string>
</property> </property>
</widget> </widget>
</item> </item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment