comparison libpurple/plugins/newline.c @ 22770:cc8903c59d6b

Change the string "screen name" to "username" everywhere. I think most of us agree that "username" is a better term. Also changing the accelerator key for "Username" in the add account dialog from 'n' to 'u', which I think makes more sense.
author Mark Doliner <mark@kingant.net>
date Wed, 30 Apr 2008 08:46:51 +0000
parents 3f87c3265740
children ea62e934c80b
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
100 NULL, /**< dependencies */ 100 NULL, /**< dependencies */
101 PURPLE_PRIORITY_DEFAULT, /**< priority */ 101 PURPLE_PRIORITY_DEFAULT, /**< priority */
102 102
103 "core-plugin_pack-newline", /**< id */ 103 "core-plugin_pack-newline", /**< id */
104 N_("New Line"), /**< name */ 104 N_("New Line"), /**< name */
105 DISPLAY_VERSION, /**< version */ 105 DISPLAY_VERSION, /**< version */
106 N_("Prepends a newline to displayed message."), /**< summary */ 106 N_("Prepends a newline to displayed message."), /**< summary */
107 N_("Prepends a newline to messages so that the " 107 N_("Prepends a newline to messages so that the "
108 "rest of the message appears below the " 108 "rest of the message appears below the "
109 "screen name in the conversation window."), /**< description */ 109 "username in the conversation window."), /**< description */
110 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ 110 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */
111 PURPLE_WEBSITE, /**< homepage */ 111 PURPLE_WEBSITE, /**< homepage */
112 112
113 plugin_load, /**< load */ 113 plugin_load, /**< load */
114 NULL, /**< unload */ 114 NULL, /**< unload */