Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: small caption fix.
  • Loading branch information
Mark Clarkstone authored and perexg committed Apr 3, 2016
1 parent ec18791 commit 64a8d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memoryinfo.c
Expand Up @@ -33,7 +33,7 @@ extern const char *tvh_doc_memoryinfo_class[];

const idclass_t memoryinfo_class = {
.ic_class = "memoryinfo",
.ic_caption = N_("Memory information"),
.ic_caption = N_("Memory Information"),
.ic_event = "memoryinfo",
.ic_doc = tvh_doc_memoryinfo_class,
.ic_perm_def = ACCESS_ADMIN,
Expand Down

0 comments on commit 64a8d08

Please sign in to comment.