added plural forms to translatable strings

Fixes #1421
This commit is contained in:
itsmattkc
2020-11-27 13:04:49 +11:00
parent 240fe81961
commit 992b6eb952
7 changed files with 19 additions and 8 deletions
@@ -93,7 +93,7 @@ PreferencesGeneralTab::PreferencesGeneralTab()
default_still_length_ = new FloatSlider();
default_still_length_->SetMinimum(0.1);
default_still_length_->SetFormat(tr("%1 seconds"));
default_still_length_->SetFormat(tr("%1 second(s)"));
default_still_length_->SetValue(Config::Current()["DefaultStillLength"].value<rational>().toDouble());
general_layout->addWidget(default_still_length_);