Mercurial > pidgin.yaz
changeset 28372:12cef8d4feb1
A few small string changes
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 20 Aug 2009 05:40:41 +0000 |
parents | a3bcf06057f0 |
children | 8d408dff1bff |
files | pidgin/gtkblist-theme.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist-theme.c Thu Aug 20 04:10:53 2009 +0000 +++ b/pidgin/gtkblist-theme.c Thu Aug 20 05:40:41 2009 +0000 @@ -410,7 +410,7 @@ G_PARAM_READWRITE); g_object_class_install_property(obj_class, PROP_CONTACT, pspec); - pspec = g_param_spec_pointer("online", _("On-line Text"), + pspec = g_param_spec_pointer("online", _("Online Text"), _("The text information for when a buddy is online"), G_PARAM_READWRITE); g_object_class_install_property(obj_class, PROP_ONLINE, pspec); @@ -420,8 +420,8 @@ G_PARAM_READWRITE); g_object_class_install_property(obj_class, PROP_AWAY, pspec); - pspec = g_param_spec_pointer("offline", _("Off-line Text"), - _("The text information for when a buddy is off-line"), + pspec = g_param_spec_pointer("offline", _("Offline Text"), + _("The text information for when a buddy is offline"), G_PARAM_READWRITE); g_object_class_install_property(obj_class, PROP_OFFLINE, pspec); @@ -436,7 +436,7 @@ g_object_class_install_property(obj_class, PROP_MESSAGE, pspec); pspec = g_param_spec_pointer("message_nick_said", _("Message (Nick Said) Text"), - _("The text information for when a chat has an unread message that mentions your nick"), + _("The text information for when a chat has an unread message that mentions your nickname"), G_PARAM_READWRITE); g_object_class_install_property(obj_class, PROP_MESSAGE_NICK_SAID, pspec);