Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-02-07 13:13:06 +0300
committerBastien Montagne <bastien@blender.org>2022-02-07 13:13:06 +0300
commitd9b1bd01f77fdc42173dd3af9757bd848dcbaf0d (patch)
treed40aacffd3c334ab4f436b8d862630858c3a3d9e /source/blender/editors
parent1c5f2e49b7bfa444964d850fbf3d5b6aa620af6a (diff)
parent3cd686cae8e9a767fb6d6a4e4206e4ad24725bb8 (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc b/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc
index 56722104b4f..c409defd3f4 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_row_filter_ui.cc
@@ -243,7 +243,7 @@ static void spreadsheet_filter_panel_draw(const bContext *C, Panel *panel)
uiItemR(layout, filter_ptr, "value_string", 0, IFACE_("Value"), ICON_NONE);
break;
case SPREADSHEET_VALUE_TYPE_UNKNOWN:
- uiItemL(layout, IFACE_("Unkown column type"), ICON_ERROR);
+ uiItemL(layout, IFACE_("Unknown column type"), ICON_ERROR);
break;
}
}