Docs: correct descriptions

This commit is contained in:
2017-10-19 11:09:27 +11:00
parent d85a0a722e
commit 3859f5ec28
3 changed files with 3 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ class MeshSelectNext(Operator):
class MeshSelectPrev(Operator):
"""Select the next element (using selection order)"""
"""Select the previous element (using selection order)"""
bl_idname = "mesh.select_prev_item"
bl_label = "Select Previous Element"
bl_options = {'REGISTER', 'UNDO'}