Git commit cd55aecc43565d3e95e38b17023f4acb57ba3a56 by Kevin Funk. Committed on 07/06/2017 at 06:54. Pushed by kfunk into branch 'master'.
Fix string, respect KDE HIG M +1 -1 addons/search/search.ui M +1 -1 doc/kate/plugins.docbook https://commits.kde.org/kate/cd55aecc43565d3e95e38b17023f4acb57ba3a56 diff --git a/addons/search/search.ui b/addons/search/search.ui index 135562d9c..04fc5a5e8 100644 --- a/addons/search/search.ui +++ b/addons/search/search.ui @@ -201,7 +201,7 @@ <bool>false</bool> </property> <property name="text"> - <string>Replace checked</string> + <string>Replace Checked</string> </property> </widget> </item> diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 9b22ffc26..8c822be18 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -1885,7 +1885,7 @@ Go to the next match of your search query, switching files if necessary. </varlistentry> <varlistentry> -<term><guibutton>Replace checked</guibutton></term> +<term><guibutton>Replace Checked</guibutton></term> <listitem><para> The same as <guibutton>Replace</guibutton>, but will only perform replacements in files that are checked in the pane below.
