Index: src/buffer.c =================================================================== --- src/buffer.c (revision 17108) +++ src/buffer.c (revision 17109) @@ -796,7 +796,7 @@ case F_AddSelected: pcb_buffer_add_selected(PCB, PCB_PASTEBUFFER, 0, 0, pcb_false); if (pcb_data_is_empty(PCB_PASTEBUFFER->Data)) { - pcb_message(PCB_MSG_WARNING, "Nothing movable is selected, nothing copied to the paste buffer\n"); + pcb_message(PCB_MSG_WARNING, "Nothing buffer-movable is selected, nothing copied to the paste buffer\n"); goto error; } break; @@ -805,7 +805,7 @@ case F_MoveSelected: pcb_buffer_add_selected(PCB, PCB_PASTEBUFFER, 0, 0, pcb_false); if (pcb_data_is_empty(PCB_PASTEBUFFER->Data)) { - pcb_message(PCB_MSG_WARNING, "Nothing movable is selected, nothing moved to the paste buffer\n"); + pcb_message(PCB_MSG_WARNING, "Nothing buffer-movable is selected, nothing moved to the paste buffer\n"); goto error; } pcb_hid_actionl("RemoveSelected", NULL);