manpage, ncmpcpp: fix typos
This commit is contained in:
committed by
Andrzej Rybczak
parent
331107387c
commit
b113beed15
@@ -121,7 +121,7 @@ Path to external editor used to edit lyrics.
|
|||||||
Prefix for playlists in Browser.
|
Prefix for playlists in Browser.
|
||||||
.TP
|
.TP
|
||||||
.B default_tag_editor_pattern = TEXT
|
.B default_tag_editor_pattern = TEXT
|
||||||
Deafult pattern used by Tag editor's parser.
|
Default pattern used by Tag editor's parser.
|
||||||
.TP
|
.TP
|
||||||
.B now_playing_prefix = TEXT
|
.B now_playing_prefix = TEXT
|
||||||
Prefix for currently playing song.
|
Prefix for currently playing song.
|
||||||
|
|||||||
@@ -1413,7 +1413,7 @@ int main(int argc, char *argv[])
|
|||||||
if (success)
|
if (success)
|
||||||
{
|
{
|
||||||
Mpd.UpdateDirectory(locale_to_utf_cpy(FindSharedDir(list)));
|
Mpd.UpdateDirectory(locale_to_utf_cpy(FindSharedDir(list)));
|
||||||
ShowMessage("Tags updated succesfully!");
|
ShowMessage("Tags updated successfully!");
|
||||||
}
|
}
|
||||||
FreeSongList(list);
|
FreeSongList(list);
|
||||||
}
|
}
|
||||||
@@ -1453,7 +1453,7 @@ int main(int argc, char *argv[])
|
|||||||
if (success)
|
if (success)
|
||||||
{
|
{
|
||||||
Mpd.UpdateDirectory(locale_to_utf_cpy(FindSharedDir(myLibrary->Songs)));
|
Mpd.UpdateDirectory(locale_to_utf_cpy(FindSharedDir(myLibrary->Songs)));
|
||||||
ShowMessage("Tags updated succesfully!");
|
ShowMessage("Tags updated successfully!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user