diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-07-26 12:54:19 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2009-07-26 12:54:19 +0100 |
commit | 1ac550e519f4ca077a418a8bdda8765a87c7e396 (patch) | |
tree | 463688d8e3a5977df9b9f69a20213842f5d65e53 /wizard | |
parent | 2fb9cac8e6bb8390980d6c2f71113aa8df2b2a22 (diff) | |
download | gnome-bluetooth-1ac550e519f4ca077a418a8bdda8765a87c7e396.tar.gz |
Bug 589731 – Use quotes, not chevrons
And fix broken po files with missing bits of the escaped XML.
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/wizard.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/wizard.ui b/wizard/wizard.ui index 459f8b28..17fd1525 100644 --- a/wizard/wizard.ui +++ b/wizard/wizard.ui @@ -50,7 +50,7 @@ <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> - <property name="label" translatable="yes">The device will need to be within 10 meters of your computer, and be «discoverable» (sometimes called «visible»). Check the device's manual if in doubt.</property> + <property name="label" translatable="yes">The device will need to be within 10 meters of your computer, and be “discoverable” (sometimes called “visible”). Check the device's manual if in doubt.</property> <property name="wrap">True</property> </object> <packing> |