Skip to content

Commit cd882f1

Browse files
committed
chore: renaming new project as start project
1 parent 0a66cac commit cd882f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/drop-files.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
header h1 {
105105
font-size: 2rem;
106106
color: #cccccc;
107+
text-align: center;
107108
}
108109

109110
.drop-area {
@@ -126,6 +127,7 @@
126127
}
127128

128129
.drop-area p {
130+
text-align: center;
129131
font-size: 1.2rem;
130132
color: #cccccc;
131133
}

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ define({
449449
"CMD_FILE_COPY": "Copy",
450450
"CMD_FILE_COPY_PATH": "Copy Path",
451451
"CMD_FILE_PASTE": "Paste",
452-
"CMD_PROJECT_NEW": "New Project\u2026",
452+
"CMD_PROJECT_NEW": "Start Project\u2026",
453453
"CMD_FILE_NEW_FOLDER": "New Folder",
454454
"CMD_FILE_OPEN": "Open Files\u2026",
455455
"CMD_RECENT_FILES_OPEN": "Recent Files\u2026",

0 commit comments

Comments
 (0)