[graphics/spectacle] /: Minor: Respect KDE HIG
Kevin Funk
null at kde.org
Thu Feb 10 13:42:10 GMT 2022
Git commit 18f4b5ced95bcec980301622882856ba9b51795a by Kevin Funk.
Committed on 10/02/2022 at 13:41.
Pushed by kfunk into branch 'master'.
Minor: Respect KDE HIG
M +1 -1 doc/index.docbook
M +1 -1 src/Gui/KSMainWindow.cpp
https://invent.kde.org/graphics/spectacle/commit/18f4b5ced95bcec980301622882856ba9b51795a
diff --git a/doc/index.docbook b/doc/index.docbook
index 67808dd..1ecd6b2 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -227,7 +227,7 @@
Give a try to the annotating tools. You might find everything that is needed to explain your screenshots there: arrows, pen, markers, text boxes, numbers, even smileys. It is possible to change the tool parameters and add effects (shadow, grayscale, and border).
</para>
<para>
- When you think that annotating is finished press the <guibutton>Annotation done</guibutton> button.
+ When you think that annotating is finished press the <guibutton>Annotation Done</guibutton> button.
</para>
</listitem>
</varlistentry>
diff --git a/src/Gui/KSMainWindow.cpp b/src/Gui/KSMainWindow.cpp
index ff6cf87..780ce88 100644
--- a/src/Gui/KSMainWindow.cpp
+++ b/src/Gui/KSMainWindow.cpp
@@ -153,7 +153,7 @@ void KSMainWindow::init()
mAnnotateButton->setText(i18n("Annotate"));
} else {
mKSWidget->showAnnotator();
- mAnnotateButton->setText(i18n("Annotation done"));
+ mAnnotateButton->setText(i18n("Annotation Done"));
}
mToolsButton->setEnabled(mAnnotatorActive);
More information about the kde-doc-english
mailing list