浏览代码

Use small letters

master
Arun Prakash Jana 5 年前
父节点
当前提交
c7b037d6a1
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c 查看文件

@@ -621,11 +621,11 @@ static void xdelay(void)

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;

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);



||||||
x
 
000:0
正在加载...
取消
保存