Merge pull request #4187 from paperbagcorner/ip-notrans

Do not translate ip address.
This commit is contained in:
David Sansome 2014-02-07 23:03:39 +11:00
commit 81933c5069
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
<item row="4" column="1">
<widget class="QLabel" name="ip_address">
<property name="text">
<string>127.0.0.1</string>
<string notr="true">127.0.0.1</string>
</property>
</widget>
</item>