mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
wip strings rework, experimenting, nothing works
This commit is contained in:
@@ -119,7 +119,7 @@ namespace NadekoBot.Modules.Administration
|
||||
[{GetText(strs.channel)}]: {x.ChannelName} #{x.ChannelId}
|
||||
[{GetText(strs.command_text)}]: {x.CommandText}```")),
|
||||
title: string.Empty,
|
||||
footer: GetText("page", page + 1))
|
||||
footer: GetText(strs.page, page + 1))
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
@@ -152,7 +152,7 @@ namespace NadekoBot.Modules.Administration
|
||||
{GetIntervalText(x.Interval)}
|
||||
[{GetText(strs.command_text)}]: {x.CommandText}```")),
|
||||
title: string.Empty,
|
||||
footer: GetText("page", page + 1))
|
||||
footer: GetText(strs.page, page + 1))
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user