diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-10-01 17:04:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-01 17:04:26 +0800 |
commit | b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f (patch) | |
tree | ad895cb20d3ec356e721124d139504358fad23f9 /src/empathy-preferences.ui | |
parent | d038bcbb47ea96e4c128f85f64897d557ea380b9 (diff) | |
download | gsoc2013-empathy-b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f.tar gsoc2013-empathy-b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f.tar.gz gsoc2013-empathy-b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f.tar.bz2 gsoc2013-empathy-b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f.tar.lz gsoc2013-empathy-b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f.tar.xz gsoc2013-empathy-b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f.tar.zst gsoc2013-empathy-b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f.zip |
Rephrase geolocation preferences (#585957)
Diffstat (limited to 'src/empathy-preferences.ui')
-rw-r--r-- | src/empathy-preferences.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 1e3a42580..2e32fe9dd 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -501,7 +501,7 @@ <property name="orientation">vertical</property> <child> <object class="GtkCheckButton" id="checkbutton_location_resource_gps"> - <property name="label" translatable="yes">Allow _GPS usage</property> + <property name="label" translatable="yes">_GPS</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -516,7 +516,7 @@ </child> <child> <object class="GtkCheckButton" id="checkbutton_location_resource_cell"> - <property name="label" translatable="yes">Allow _cellphone usage</property> + <property name="label" translatable="yes">_Cellphone</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -532,7 +532,7 @@ </child> <child> <object class="GtkCheckButton" id="checkbutton_location_resource_network"> - <property name="label" translatable="yes">Allow _network usage</property> + <property name="label" translatable="yes">_Network (IP, Wifi)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -553,7 +553,7 @@ <child type="label"> <object class="GtkLabel" id="label5"> <property name="visible">True</property> - <property name="label" translatable="yes">Geoclue Settings</property> + <property name="label" translatable="yes">Location sources:</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |