Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=776142
This commit is contained in:
parent
bc4c1e1579
commit
bfea6be048
13 changed files with 41 additions and 41 deletions
|
|
@ -54,7 +54,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="dont_trust_button">
|
||||
<property name="label" translatable="yes">_Don't Trust This Server</property>
|
||||
<property name="label" translatable="yes">_Don’t Trust This Server</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue