Skip to content

Commit c58e511

Browse files
norihiroLain-B
authored andcommitted
UI: Translate place holder name for new group
(cherry picked from commit 323f395)
1 parent 0b7ac96 commit c58e511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UI/window-basic-source-select.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ static inline const char *GetSourceDisplayName(const char *id)
367367
{
368368
if (strcmp(id, "scene") == 0)
369369
return Str("Basic.Scene");
370+
else if (strcmp(id, "group") == 0)
371+
return Str("Group");
370372
const char *v_id = obs_get_latest_input_type_id(id);
371373
return obs_source_get_display_name(v_id);
372374
}

0 commit comments

Comments
 (0)