aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikeawindrammer <31085911+likeawindrammer@users.noreply.github.com>2020-04-18 02:35:09 -0600
committerlikeawindrammer <31085911+likeawindrammer@users.noreply.github.com>2020-04-18 02:35:09 -0600
commit26872be05d328bffcece3fb204fc90ff3b433b9e (patch)
treef03a0b602d4e17419ebbb34371c8b235b532d96b
parent9faf41a89fcbf68476047ed9d701cd2cd3837bf7 (diff)
Add missing periods on two tooltips
-rw-r--r--src/aooptionsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aooptionsdialog.cpp b/src/aooptionsdialog.cpp
index 98ac59ef..7737a33c 100644
--- a/src/aooptionsdialog.cpp
+++ b/src/aooptionsdialog.cpp
@@ -602,7 +602,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app)
ui_other_fancy_icl_limit_lb = new QLabel(ui_other_widget);
ui_other_fancy_icl_limit_lb->setText(tr("Only inline coloring:"));
ui_other_fancy_icl_limit_lb->setToolTip(
- tr("Only inline coloring will be shown such as <>,|| etc"));
+ tr("Only inline coloring will be shown such as <>,|| etc."));
ui_other_layout->setWidget(2, QFormLayout::LabelRole,
ui_other_fancy_icl_limit_lb);
ui_other_fancy_icl_limit_cb = new QCheckBox(ui_other_widget);
@@ -617,7 +617,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app)
tr("IC log will mirror the IC box. "
"Meaning that if somebody gets interrupted nobody will know what they "
"wanted to say. "
- "Enable for a more realistic experience"));
+ "Enable for a more realistic experience."));
ui_other_layout->setWidget(3, QFormLayout::LabelRole,
ui_other_mirror_icl_enabled_lb);
ui_other_mirror_icl_enabled_cb = new QCheckBox(ui_other_widget);