summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-08-30 16:05:26 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2017-08-30 16:05:26 +0200
commitea9faffe1da3c10a245e1fb1c53d475e54a72ddf (patch)
treed3d37d098ab96619143d2f494a2c8eca71aa6e96
parenteabc1bd9a79fc338b47f231de88a33040f5765b6 (diff)
downloadnetwork-manager-applet-ea9faffe1da3c10a245e1fb1c53d475e54a72ddf.tar.gz
editor: bridge: translatable string fixes
-rw-r--r--src/connection-editor/ce-page-bridge.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/connection-editor/ce-page-bridge.ui b/src/connection-editor/ce-page-bridge.ui
index f711e6e2..18c299c2 100644
--- a/src/connection-editor/ce-page-bridge.ui
+++ b/src/connection-editor/ce-page-bridge.ui
@@ -354,7 +354,7 @@
<object class="GtkSpinButton" id="bridge_priority">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip_text" translatable="yes">STP priority for this bridge. Lower values are "better"; the lowest priority bridge will be elected the root bridge.</property>
+ <property name="tooltip_text" translatable="yes">STP priority for this bridge. Lower values are “better”; the lowest priority bridge will be elected the root bridge.</property>
<property name="hexpand">True</property>
<property name="invisible_char">●</property>
<property name="adjustment">bridge_priority_adjustment</property>
@@ -493,10 +493,10 @@
<object class="GtkSpinButton" id="bridge_group_fwd_mask">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip_text" translatable="yes">A mask of 16 bits, each corrisponding to a group address in the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F that must be forwarded. The mask can't have bits 0, 1 or 2 set because they are used for STP, MAC pause frames and LACP.</property>
+ <property name="tooltip_text" translatable="yes">A mask of 16 bits, each corresponding to a group address in the range from 01:80:C2:00:00:00 to 01:80:C2:00:00:0F that must be forwarded. The mask can’t have bits 0, 1 or 2 set because they are used for STP, MAC pause frames and LACP.</property>
<property name="hexpand">True</property>
<property name="invisible_char">●</property>
- <property name="text" translatable="yes">0</property>
+ <property name="text">0</property>
<property name="adjustment">bridge_group_fwd_mask_adjustment</property>
<property name="climb_rate">1</property>
<property name="numeric">True</property>