summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2018-03-28 19:20:50 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2018-03-28 19:20:50 +0200
commite2becc81038ce9106a89c48c13fb55b707335134 (patch)
tree33f70ee6bf4c42d6ab4eddc5bd908b7697d131db
parent2810a14f7a5e8a83446478e100fee66462b796cc (diff)
downloadnetwork-manager-applet-e2becc81038ce9106a89c48c13fb55b707335134.tar.gz
editor: use Unicode quotation marks in a new string
See https://developer.gnome.org/hig/stable/typography.html
-rw-r--r--src/connection-editor/ce-page-general.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/ce-page-general.ui b/src/connection-editor/ce-page-general.ui
index 37fd8fcc..bfbd26e4 100644
--- a/src/connection-editor/ce-page-general.ui
+++ b/src/connection-editor/ce-page-general.ui
@@ -127,7 +127,7 @@
<object class="GtkComboBox" id="metered_combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">NetworkManager indicates to applications whether the connection is metered and therefore data usage should be restricted. Select which value ('Yes' or 'No') to indicate to applications, or 'Automatic' to use a default value based on the connection type and other heuristics.</property>
+ <property name="tooltip_text" translatable="yes">NetworkManager indicates to applications whether the connection is metered and therefore data usage should be restricted. Select which value (“Yes” or “No”) to indicate to applications, or “Automatic” to use a default value based on the connection type and other heuristics.</property>
<property name="model">metered_store</property>
<child>
<object class="GtkCellRendererText" id="renderer2"/>