# HG changeset patch # User Mark Doliner # Date 1250746841 0 # Node ID 12cef8d4feb1343fbb2f62efd93591548ab786c7 # Parent a3bcf06057f04c8eb822c5c76ca881fbe3c73c58 A few small string changes diff -r a3bcf06057f0 -r 12cef8d4feb1 pidgin/gtkblist-theme.c --- 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);