Skip to content

Commit

Permalink
winmsg: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Mar 12, 2014
1 parent e49759a commit 555e043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/control/win_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ static void Close(vlc_object_t *obj)
}

vlc_module_begin()
set_shortname(N_("Windows "))
set_description(N_("Windows Service interface"))
set_shortname(N_("WinMsg"))
set_description(N_("Windows messages interface"))
set_category(CAT_INTERFACE)
set_subcategory(SUBCAT_INTERFACE_CONTROL)
set_capability("interface", 0)
Expand Down

0 comments on commit 555e043

Please sign in to comment.