Mercurial > pidgin.yaz
comparison pidgin/gtkblist-theme.c @ 28372:12cef8d4feb1
A few small string changes
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 20 Aug 2009 05:40:41 +0000 |
parents | 348967766bbc |
children | 8d408dff1bff |
comparison
equal
deleted
inserted
replaced
28371:a3bcf06057f0 | 28372:12cef8d4feb1 |
---|---|
408 pspec = g_param_spec_pointer("contact", _("Contact Text"), | 408 pspec = g_param_spec_pointer("contact", _("Contact Text"), |
409 _("The text information for when a contact is expanded"), | 409 _("The text information for when a contact is expanded"), |
410 G_PARAM_READWRITE); | 410 G_PARAM_READWRITE); |
411 g_object_class_install_property(obj_class, PROP_CONTACT, pspec); | 411 g_object_class_install_property(obj_class, PROP_CONTACT, pspec); |
412 | 412 |
413 pspec = g_param_spec_pointer("online", _("On-line Text"), | 413 pspec = g_param_spec_pointer("online", _("Online Text"), |
414 _("The text information for when a buddy is online"), | 414 _("The text information for when a buddy is online"), |
415 G_PARAM_READWRITE); | 415 G_PARAM_READWRITE); |
416 g_object_class_install_property(obj_class, PROP_ONLINE, pspec); | 416 g_object_class_install_property(obj_class, PROP_ONLINE, pspec); |
417 | 417 |
418 pspec = g_param_spec_pointer("away", _("Away Text"), | 418 pspec = g_param_spec_pointer("away", _("Away Text"), |
419 _("The text information for when a buddy is away"), | 419 _("The text information for when a buddy is away"), |
420 G_PARAM_READWRITE); | 420 G_PARAM_READWRITE); |
421 g_object_class_install_property(obj_class, PROP_AWAY, pspec); | 421 g_object_class_install_property(obj_class, PROP_AWAY, pspec); |
422 | 422 |
423 pspec = g_param_spec_pointer("offline", _("Off-line Text"), | 423 pspec = g_param_spec_pointer("offline", _("Offline Text"), |
424 _("The text information for when a buddy is off-line"), | 424 _("The text information for when a buddy is offline"), |
425 G_PARAM_READWRITE); | 425 G_PARAM_READWRITE); |
426 g_object_class_install_property(obj_class, PROP_OFFLINE, pspec); | 426 g_object_class_install_property(obj_class, PROP_OFFLINE, pspec); |
427 | 427 |
428 pspec = g_param_spec_pointer("idle", _("Idle Text"), | 428 pspec = g_param_spec_pointer("idle", _("Idle Text"), |
429 _("The text information for when a buddy is idle"), | 429 _("The text information for when a buddy is idle"), |
434 _("The text information for when a buddy has an unread message"), | 434 _("The text information for when a buddy has an unread message"), |
435 G_PARAM_READWRITE); | 435 G_PARAM_READWRITE); |
436 g_object_class_install_property(obj_class, PROP_MESSAGE, pspec); | 436 g_object_class_install_property(obj_class, PROP_MESSAGE, pspec); |
437 | 437 |
438 pspec = g_param_spec_pointer("message_nick_said", _("Message (Nick Said) Text"), | 438 pspec = g_param_spec_pointer("message_nick_said", _("Message (Nick Said) Text"), |
439 _("The text information for when a chat has an unread message that mentions your nick"), | 439 _("The text information for when a chat has an unread message that mentions your nickname"), |
440 G_PARAM_READWRITE); | 440 G_PARAM_READWRITE); |
441 g_object_class_install_property(obj_class, PROP_MESSAGE_NICK_SAID, pspec); | 441 g_object_class_install_property(obj_class, PROP_MESSAGE_NICK_SAID, pspec); |
442 | 442 |
443 pspec = g_param_spec_pointer("status", _("Status Text"), | 443 pspec = g_param_spec_pointer("status", _("Status Text"), |
444 _("The text information for a buddy's status"), | 444 _("The text information for a buddy's status"), |