[graphics/gwenview/release/21.12] /: Use action verb for button to show and hide the thumbnail bar

Nate Graham null at kde.org
Tue Nov 9 14:21:34 GMT 2021


Git commit 1cdb8fa50ec51b3322ec12a29c1437b5f4db1ae1 by Nate Graham.
Committed on 09/11/2021 at 14:21.
Pushed by ngraham into branch 'release/21.12'.

Use action verb for button to show and hide the thumbnail bar

BUG: 445203
FIXED-IN: 21.12

M  +1    -1    app/viewmainpage.cpp
M  +1    -1    doc/index.docbook

https://invent.kde.org/graphics/gwenview/commit/1cdb8fa50ec51b3322ec12a29c1437b5f4db1ae1

diff --git a/app/viewmainpage.cpp b/app/viewmainpage.cpp
index e34c1b57..2e602f88 100644
--- a/app/viewmainpage.cpp
+++ b/app/viewmainpage.cpp
@@ -422,7 +422,7 @@ ViewMainPage::ViewMainPage(QWidget *parent, SlideShow *slideShow, KActionCollect
     auto *view = new KActionCategory(i18nc("@title actions category - means actions changing smth in interface", "View"), actionCollection);
 
     d->mToggleThumbnailBarAction = view->add<KToggleAction>(QStringLiteral("toggle_thumbnailbar"));
-    d->mToggleThumbnailBarAction->setText(i18n("Thumbnail Bar"));
+    d->mToggleThumbnailBarAction->setText(i18n("Show Thumbnails"));
     d->mToggleThumbnailBarAction->setIcon(QIcon::fromTheme(QStringLiteral("folder-image")));
     actionCollection->setDefaultShortcut(d->mToggleThumbnailBarAction, Qt::CTRL | Qt::Key_B);
     connect(d->mToggleThumbnailBarAction, &KToggleAction::triggered, this, &ViewMainPage::setThumbnailBarVisibility);
diff --git a/doc/index.docbook b/doc/index.docbook
index 400838de..c591ad42 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -230,7 +230,7 @@ KIPI plugins.</para></listitem>
 <link linkend="sidebar">sidebar</link> available in Browse Mode is displayed on
 the left. At the bottom, there is the Thumbnail Bar, which allows you to scroll
 through the images in the current folder. The Thumbnail Bar can be unfolded by
-clicking on the <guibutton>Thumbnail Bar</guibutton> button. Clicking again will
+clicking on the <guibutton>Show Thumbnails</guibutton> button. Clicking again will
 fold it. To change the size of the thumbnails move the splitter with the &LMB;.</para>
 
 <para>View Mode supports viewing multiple images side-by-side.  You may select


More information about the kde-doc-english mailing list