Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wizard: little description shuffling
  • Loading branch information
perexg committed Jan 20, 2016
1 parent 86785ca commit 6156d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wizard.c
Expand Up @@ -152,7 +152,9 @@ BASIC_STR_OPS(wizard_hello_t, epg_lang3)

DESCRIPTION_FCN(hello, N_("\
Enter the languages for the web user interface and \
for EPG texts.\
for EPG texts.\n\
This wizard should be run only on the initial setup. Please, cancel \
it, if you are not willing to touch the current configuration.\
"))

wizard_page_t *wizard_hello(const char *lang)
Expand Down Expand Up @@ -363,8 +365,6 @@ username/password combination, so provide these for both \
an administrator and regular (day-to-day) user. \
You can leave the username and password blank if you don't want \
this part, and would prefer anonymous access to anyone.\n\
This wizard should be run only on the initial setup. Please, cancel \
it, if you are not willing to touch the current configuration.\
"))

wizard_page_t *wizard_login(const char *lang)
Expand Down

0 comments on commit 6156d79

Please sign in to comment.