Fix a typo: All selected_items

This commit is contained in:
Sabri Ünal 2020-05-30 14:48:24 +03:00 committed by Jehan
parent 736aee4a17
commit 4ad1a68c3a
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ gimp_move_tool_button_press (GimpTool *tool,
n_items++;
if (n_items == 0)
locked_message = _("All selected_items layers' positions are locked.");
locked_message = _("All selected layers' positions are locked.");
}
}
break;