Skip to content

Commit 7c431b2

Browse files
author
John M. Horan
committed
Change description of Save function #126
Signed-off-by: John M. Horan <[email protected]>
1 parent a363f69 commit 7c431b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</button>
6868
</li>
6969
<li>
70-
<button class="btn btn-sidebar" id="save-file" data-toggle="tooltip" title="Save SQLite File">
70+
<button class="btn btn-sidebar" id="save-file" data-toggle="tooltip" title="Save As New SQLite File">
7171
<i class="fa fa-floppy-o" aria-hidden="true"></i>
7272
</button>
7373
</li>

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function getTemplate() {
5050
}
5151
},
5252
{
53-
label: "Save SQLite File",
53+
label: "Save As New SQLite File",
5454
accelerator: 'CmdOrCtrl+S',
5555
click: function (menuItem, currentWindow) {
5656
currentWindow.webContents.send('save-SQLite')

0 commit comments

Comments
 (0)