mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Use small letters
This commit is contained in:
parent
f8b8c67bee
commit
c7b037d6a1
|
@ -621,11 +621,11 @@ static void xdelay(void)
|
||||||
|
|
||||||
static char confirm_force(bool selection)
|
static char confirm_force(bool selection)
|
||||||
{
|
{
|
||||||
char str[64] = "forcibly remove current file (UNRECOVERABLE)? [y/Y confirms]";
|
char str[64] = "forcibly remove current file (unrecoverable)? [y/Y confirms]";
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
if (selection)
|
if (selection)
|
||||||
snprintf(str, 64, "forcibly remove %d file(s) (UNRECOVERABLE)? [y/Y confirms]", nselected);
|
snprintf(str, 64, "forcibly remove %d file(s) (unrecoverable)? [y/Y confirms]", nselected);
|
||||||
|
|
||||||
r = get_input(str);
|
r = get_input(str);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue