ソースを参照

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



読み込み中…
キャンセル
保存