src/protocols/toc/toc.c

changeset 7841
0000a4c68bf8
parent 7606
189d2833dc99
child 7956
21d891f33b89
equal deleted inserted replaced
7840:6a145f8cea82 7841:0000a4c68bf8
1254 { 1254 {
1255 GList *m = NULL; 1255 GList *m = NULL;
1256 struct proto_chat_entry *pce; 1256 struct proto_chat_entry *pce;
1257 1257
1258 pce = g_new0(struct proto_chat_entry, 1); 1258 pce = g_new0(struct proto_chat_entry, 1);
1259 pce->label = _("Join what group:"); 1259 pce->label = _("_Group:");
1260 pce->identifier = "room"; 1260 pce->identifier = "room";
1261 m = g_list_append(m, pce); 1261 m = g_list_append(m, pce);
1262 1262
1263 pce = g_new0(struct proto_chat_entry, 1); 1263 pce = g_new0(struct proto_chat_entry, 1);
1264 pce->label = _("Exchange:"); 1264 pce->label = _("_Exchange:");
1265 pce->identifier = "exchange"; 1265 pce->identifier = "exchange";
1266 pce->is_int = TRUE; 1266 pce->is_int = TRUE;
1267 pce->min = 4; 1267 pce->min = 4;
1268 pce->max = 20; 1268 pce->max = 20;
1269 m = g_list_append(m, pce); 1269 m = g_list_append(m, pce);

mercurial