diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-02 17:17:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-03 16:02:06 +0800 |
commit | 663ef268deaa411db38c865ce90260d86eea0b41 (patch) | |
tree | ba95a4ad63dfe3155691e1559a5b82c5694c3b15 | |
parent | a1528a5fb3a3bfc78edeedd2c6c28093a879cee7 (diff) | |
download | gsoc2013-empathy-663ef268deaa411db38c865ce90260d86eea0b41.tar gsoc2013-empathy-663ef268deaa411db38c865ce90260d86eea0b41.tar.gz gsoc2013-empathy-663ef268deaa411db38c865ce90260d86eea0b41.tar.bz2 gsoc2013-empathy-663ef268deaa411db38c865ce90260d86eea0b41.tar.lz gsoc2013-empathy-663ef268deaa411db38c865ce90260d86eea0b41.tar.xz gsoc2013-empathy-663ef268deaa411db38c865ce90260d86eea0b41.tar.zst gsoc2013-empathy-663ef268deaa411db38c865ce90260d86eea0b41.zip |
Add a translator comment explaining the "reduce location" semantic (#624062)
Thanks to mahfiaz@gmail.com for his suggestion.
-rw-r--r-- | src/empathy-preferences.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 822e89db7..0871d9412 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -453,7 +453,7 @@ </child> <child> <object class="GtkCheckButton" id="checkbutton_location_reduce_accuracy"> - <property name="label" translatable="yes">_Reduce location accuracy</property> + <property name="label" translatable="yes" comments="To translators: The longitude and latitude are rounded to closest 0,1 degrees, so for example 146,2345° is rounded to round(146,2345*10)/10 = 146,2 degrees.">_Reduce location accuracy</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |