pidgin: 6005a1c8: A few small string changes
markdoliner at pidgin.im
markdoliner at pidgin.im
Thu Aug 20 01:45:40 EDT 2009
-----------------------------------------------------------------
Revision: 6005a1c8e66a0bcab7182afb550110adfe8fb107
Ancestor: 53c69d81f2b78b89cbe332ab3ac99f57786755b8
Author: markdoliner at pidgin.im
Date: 2009-08-20T05:40:41
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6005a1c8e66a0bcab7182afb550110adfe8fb107
Modified files:
pidgin/gtkblist-theme.c
ChangeLog:
A few small string changes
-------------- next part --------------
============================================================
--- pidgin/gtkblist-theme.c c2b7ccb0857f5c9484dde204dceaf8add6a3668f
+++ pidgin/gtkblist-theme.c 72ecf2bd0c0dd1e66138f28eb9e40cab2e49ed30
@@ -410,7 +410,7 @@ pidgin_blist_theme_class_init(PidginBlis
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 @@ pidgin_blist_theme_class_init(PidginBlis
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 @@ pidgin_blist_theme_class_init(PidginBlis
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);
More information about the Commits
mailing list