Cleanup: typo

This commit is contained in:
Jacques Lucke 2020-04-20 11:21:08 +02:00
parent 67593a41dd
commit 1b01d10998
Notes: blender-bot 2023-02-14 05:01:20 +01:00
Referenced by issue #76277, Enabling Viewer Border in Compositor Crashes Blender
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ static const char *template_id_browse_tip(const StructRNA *type)
case ID_VO:
return N_("Browse Volume Data to be linked");
case ID_SIM:
return N_("Browser Simulation to be linked");
return N_("Browse Simulation to be linked");
}
}
return N_("Browse ID data to be linked");