Skip to content

Commit

Permalink
Mark more labels as untranslatable
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Dec 7, 2012
1 parent 799ff2d commit 2f04eeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/ipv4widget.ui
Expand Up @@ -58,7 +58,7 @@
<item row="1" column="1">
<widget class="QLabel" name="ipAddress">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
Expand All @@ -72,7 +72,7 @@
<item row="2" column="1">
<widget class="QLabel" name="subnetMask">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
Expand All @@ -86,7 +86,7 @@
<item row="3" column="1">
<widget class="QLabel" name="gateway">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
Expand All @@ -100,14 +100,14 @@
<item row="4" column="1">
<widget class="QLabel" name="dns">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="hardwareAddress">
<property name="text">
<string>TextLabel</string>
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
Expand Down
6 changes: 3 additions & 3 deletions src/wirelesspage.ui
Expand Up @@ -61,7 +61,7 @@
</font>
</property>
<property name="text">
<string>WiFi</string>
<string>Wireless</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -128,7 +128,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>...</string>
<string notr="true">...</string>
</property>
<property name="icon">
<iconset theme="edit-clear">
Expand Down Expand Up @@ -176,7 +176,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>Other network...</string>
<string>Other network..</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 2f04eeb

Please sign in to comment.