aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-14 19:31:47 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-19 02:49:56 +0800
commit14342748f02de67adf4a8c01a589604ebf37b8fd (patch)
tree7417c3d739639406cb27ce852cdd5759cd7023ac
parent422233471166b5a6ec842990042f108af4f47492 (diff)
downloadgsoc2013-empathy-14342748f02de67adf4a8c01a589604ebf37b8fd.tar
gsoc2013-empathy-14342748f02de67adf4a8c01a589604ebf37b8fd.tar.gz
gsoc2013-empathy-14342748f02de67adf4a8c01a589604ebf37b8fd.tar.bz2
gsoc2013-empathy-14342748f02de67adf4a8c01a589604ebf37b8fd.tar.lz
gsoc2013-empathy-14342748f02de67adf4a8c01a589604ebf37b8fd.tar.xz
gsoc2013-empathy-14342748f02de67adf4a8c01a589604ebf37b8fd.tar.zst
gsoc2013-empathy-14342748f02de67adf4a8c01a589604ebf37b8fd.zip
Make wording follow the designs
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.c4
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.ui10
2 files changed, 7 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c
index b6fee6443..d51cc09a7 100644
--- a/libempathy-gtk/empathy-account-widget-skype.c
+++ b/libempathy-gtk/empathy-account-widget-skype.c
@@ -591,8 +591,8 @@ account_widget_build_skype_setup_combo (EmpathyAccountWidget *self,
int option;
static const char *options[NUM_EMP_PRIVACY_SETTINGS] = {
- N_("Nobody"),
- N_("Contacts"),
+ N_("No one"),
+ N_("My contacts"),
N_("Anyone"),
N_("Known Numbers")
};
diff --git a/libempathy-gtk/empathy-account-widget-skype.ui b/libempathy-gtk/empathy-account-widget-skype.ui
index 1a131d29a..5d54ab6ba 100644
--- a/libempathy-gtk/empathy-account-widget-skype.ui
+++ b/libempathy-gtk/empathy-account-widget-skype.ui
@@ -160,7 +160,7 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
<object class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Allow _Skype calls from:</property>
+ <property name="label" translatable="yes">Allow _calls from:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">allow-skype-calls-from</property>
</object>
@@ -190,7 +190,7 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Show my _avatar to:</property>
+ <property name="label" translatable="yes">Show my profile _picture to:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">show-my-avatar-to</property>
</object>
@@ -316,7 +316,7 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Get your own customized button for your website</property>
- <property name="label" translatable="yes">&lt;a href="http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/"&gt;Learn More...&lt;/a&gt;</property>
+ <property name="label" translatable="yes">&lt;a href="http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/"&gt;What's this?&lt;/a&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
@@ -327,7 +327,7 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
</child>
<child>
<object class="GtkCheckButton" id="show-my-web-status">
- <property name="label" translatable="yes">Show my presence on the _web</property>
+ <property name="label" translatable="yes">Show my status in _Web buttons</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -497,7 +497,7 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="edit-privacy-settings-button">
- <property name="label" translatable="yes">Edit _Privacy Settings...</property>
+ <property name="label" translatable="yes">_Privacy...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>