summaryrefslogtreecommitdiffstats
path: root/src/infosidebarpage.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-11-27 12:04:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-11-27 12:19:50 +0900
commitb774cb4908f9be09d6a1a074a4c3d6f57e57fcb5 (patch)
tree39f945a6ae09017ec17c776921f5adeb5004366f /src/infosidebarpage.cpp
parentf6a05589158e4d8e68be9d46247b5b66dc18198d (diff)
downloaddolphin-b774cb4908f9be09d6a1a074a4c3d6f57e57fcb5.tar.gz
dolphin-b774cb4908f9be09d6a1a074a4c3d6f57e57fcb5.zip
Fixed a couple of typos. This resolves issue #11 and issue #13.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 02de15300e0575b1886dd283b13fd97a9bee6c74)
Diffstat (limited to 'src/infosidebarpage.cpp')
-rw-r--r--src/infosidebarpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp
index 24cf65d..2bc7417 100644
--- a/src/infosidebarpage.cpp
+++ b/src/infosidebarpage.cpp
@@ -160,7 +160,7 @@ void InfoSidebarPage::showItemInfo()
TDEIcon::NoGroup,
TDEIcon::SizeEnormous);
m_preview->setPixmap(icon);
- m_name->setText(i18n("%n items selected", "%n items selected", selectedItems->count()));
+ m_name->setText(i18n("%n item selected", "%n items selected", selectedItems->count()));
}
else if (!applyBookmark()) {
// try to get a preview pixmap from the item...