UI: Rename Save User Settings operator to Save User Preferences.

The term Settings is not used anywhere, plus the menu entry and editor use the word Preferences.
This commit is contained in:
2018-11-02 03:08:58 +01:00
parent 1f4068214f
commit d9dd20bcb3

View File

@@ -1632,7 +1632,7 @@ static int wm_userpref_write_exec(bContext *C, wmOperator *op)
void WM_OT_save_userpref(wmOperatorType *ot)
{
ot->name = "Save User Settings";
ot->name = "Save User Preferences";
ot->idname = "WM_OT_save_userpref";
ot->description = "Save user preferences separately, overrides startup file preferences";