fix: Remove one more trailing space
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
David Lapshin 2023-08-20 21:06:35 +03:00
parent e94bf8481b
commit 645e99bea1
Signed by untrusted user: daudix
GPG key ID: 93ECF15D3053D81C
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-20 20:57+0300\n"
"POT-Creation-Date: 2023-08-20 21:06+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -356,7 +356,7 @@ msgstr ""
#: src/widgets/model_item.blp:75
msgid ""
"Penalize the model for repetition. Higher values result in less repetition. "
"Penalize the model for repetition. Higher values result in less repetition."
msgstr ""
#: src/widgets/model_item.blp:89

View file

@ -72,7 +72,7 @@ Gtk.Adjustment top-p-adjustment {
Adw.SpinRow repetition-penalty {
title: _("Repetition Penalty");
subtitle: _("Penalize the model for repetition. Higher values result in less repetition. ");
subtitle: _("Penalize the model for repetition. Higher values result in less repetition.");
adjustment: repetition-penalty-adjustment;
digits: 2;
}