Minor string udpate

This commit is contained in:
sloumdrone 2019-01-05 22:18:32 -08:00
parent 94436701a8
commit 9a5188fc0b
1 changed files with 2 additions and 2 deletions

4
stubb
View File

@ -1,6 +1,6 @@
#!/usr/bin/env lua
local version = 'v0.8.5'
local version = 'v0.8.6'
local socket = require("socket")
local urlparser = require("socket.url")
local separator = '- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n'
@ -231,7 +231,7 @@ function update_favorite()
if item then
print(string.format('Old title: %s', item.display))
while not title or title == '' do
io.write('Enter new title (! to cancel) > ')
io.write('Enter new title (! to cancel): ')
title = io.read()
if title == '!' then return print('Cancelled') end
end