diff options
-rw-r--r-- | libempathy-gtk/empathy-account-widget-skype.c | 4 | ||||
-rw-r--r-- | libempathy-gtk/empathy-account-widget-skype.ui | 10 |
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 <a href="http://www.skype.com/go/register">Skype.com</a>< <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 <a href="http://www.skype.com/go/register">Skype.com</a>< <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 <a href="http://www.skype.com/go/register">Skype.com</a>< <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"><a href="http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/">Learn More...</a></property> + <property name="label" translatable="yes"><a href="http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/">What's this?</a></property> <property name="use_markup">True</property> </object> <packing> @@ -327,7 +327,7 @@ Get one at <a href="http://www.skype.com/go/register">Skype.com</a>< </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 <a href="http://www.skype.com/go/register">Skype.com</a>< <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> |