13763N/A--- tsoljdsdevmgr-0.6.2/src/devmgr-dialog.c.orig 2008-03-15 01:25:18.000000000 +0900
13763N/A+++ tsoljdsdevmgr-0.6.2/src/devmgr-dialog.c 2008-08-05 17:56:29.879885000 +0900
13763N/A@@ -963,7 +963,7 @@ workspace_changed_callback(WnckScreen *s
13763N/A sprintf(message, _("<b>%s</b> does not have allocation capabilities--see user_attr(4)"),
13763N/A User[current_user].p.pw_name);
13763N/A else
13763N/A- sprintf(message, _(""));
13763N/A+ sprintf(message, "");
13763N/A
13763N/A gtk_label_set_markup (GTK_LABEL (alloc_label), message);
13763N/A
13763N/A@@ -2310,7 +2310,7 @@ devmgr_dialog_instance_init (DevMgrDialo
13763N/A sprintf(message, _("<b>%s</b> does not have allocation capabilities--see user_attr(4)"),
13763N/A User[current_user].p.pw_name);
13763N/A else
13763N/A- sprintf(message, _(""), User[current_user].p.pw_name);
13763N/A+ sprintf(message, "%s", User[current_user].p.pw_name);
13763N/A
13763N/A gtk_label_set_markup (GTK_LABEL (alloc_label), message);
13763N/A