mirror of https://github.com/GNOME/gimp.git
Fix a typo: All selected_items
This commit is contained in:
parent
736aee4a17
commit
4ad1a68c3a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue