Skip to content

Commit

Permalink
Another correction
Browse files Browse the repository at this point in the history
  • Loading branch information
RoLex committed Jun 2, 2018
1 parent dbdd65e commit 2333430
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion lang/ledo_en.lang
Expand Up @@ -1209,4 +1209,3 @@ Total number of clones: %d|
Clean up registered users table|
magnet|
Please specify complete magnet URI.|
Release by %s on %s: %s|
1 change: 0 additions & 1 deletion ledo_en.lang
Expand Up @@ -1209,4 +1209,3 @@ Total number of clones: %d|
Clean up registered users table|
magnet|
Please specify complete magnet URI.|
Release by %s on %s: %s|
2 changes: 1 addition & 1 deletion ledokol.lua
Expand Up @@ -10013,7 +10013,7 @@ function sendrelease (nick)

for pos = 0, rows - 1 do
local _, uri, auth, stamp = VH:SQLFetch (pos)
list = list .. gettext ("Release by %s on %s: %s"):format (auth, os.date (table_sets.dateformat .. " " .. table_sets.timeformat, stamp), uri) .. "\r\n"
list = list .. " " .. gettext ("By %s on %s: %s"):format (auth, os.date (table_sets.dateformat .. " " .. table_sets.timeformat, stamp), uri) .. "\r\n"
end

maintouser (nick, gettext ("Last %d releases"):format (rows) .. ":\r\n\r\n" .. list)
Expand Down
3 changes: 0 additions & 3 deletions ledokol.po
Expand Up @@ -3624,6 +3624,3 @@ msgstr ""

msgid "Please specify complete magnet URI."
msgstr ""

msgid "Release by %s on %s: %s"
msgstr ""

0 comments on commit 2333430

Please sign in to comment.