소스 검색

Formatting

Bob Mottram 8 년 전
부모
커밋
9e33923521
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-lychee

+ 1
- 1
src/freedombone-app-lychee 파일 보기

@@ -104,7 +104,7 @@ function configure_interactive_lychee {
104 104
     get_mariadb_password
105 105
 
106 106
     dialog --title $"Lychee Configuration" \
107
-           --msgbox $"You can initially install the system with\n\n  Username: root\n  Password: $MARIADB_PASSWORD" 10 70
107
+           --msgbox $"\nYou can initially install the system with:\n\n  Username: root\n  Password: $MARIADB_PASSWORD" 10 70
108 108
 }
109 109
 
110 110