[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kphotoalbum] Settings: Changed <emphasis> to <strong> on the Settings::TagGroupsPage as this tag do
From:       Tobias Leupold <tobias.leupold () web ! de>
Date:       2016-08-20 18:22:44
Message-ID: E1bbAuq-0005zA-5w () code ! kde ! org
[Download RAW message or body]

Git commit 404a00366102bf14519c2b256be55ce0c3252b02 by Tobias Leupold.
Committed on 20/08/2016 at 18:21.
Pushed by tleupold into branch 'master'.

Changed <emphasis> to <strong> on the Settings::TagGroupsPage as this tag doesn't seem to be \
parsed anymore by QLabel (and is displayed as-is).

M  +3    -3    Settings/TagGroupsPage.cpp

http://commits.kde.org/kphotoalbum/404a00366102bf14519c2b256be55ce0c3252b02

diff --git a/Settings/TagGroupsPage.cpp b/Settings/TagGroupsPage.cpp
index ce3a64c..49b94a9 100644
--- a/Settings/TagGroupsPage.cpp
+++ b/Settings/TagGroupsPage.cpp
@@ -55,7 +55,7 @@ Settings::TagGroupsPage::TagGroupsPage(QWidget* parent) : QWidget(parent)
     connect(m_categoryTreeWidget, &CategoriesGroupsWidget::itemActivated, this, \
&TagGroupsPage::slotGroupSelected);  
     // The member list
-    m_selectGroupToAddTags = i18nc("@label/rich","<emphasis>Select a group on the left side to \
add tags to it</emphasis>"); +    m_selectGroupToAddTags = i18nc("@label/rich","<strong>Select \
a group on the left side to add tags to it</strong>");  m_tagsInGroupLabel = new \
QLabel(m_selectGroupToAddTags);  layout->addWidget(m_tagsInGroupLabel, 0, 1);
     m_membersListWidget = new QListWidget;
@@ -66,8 +66,8 @@ Settings::TagGroupsPage::TagGroupsPage(QWidget* parent) : QWidget(parent)
     connect(m_membersListWidget, &QListWidget::customContextMenuRequested, this, \
&TagGroupsPage::showMembersContextMenu);  
     // The "pending rename actions" label
-    m_pendingChangesLabel = new QLabel(i18nc("@label/rich","<emphasis>There are pending \
                changes on the categories page.<nl> "
-                "Please save the changes before working on tag groups.</emphasis>"));
+    m_pendingChangesLabel = new QLabel(i18nc("@label/rich","<strong>There are pending changes \
on the categories page.<nl> " +                "Please save the changes before working on tag \
groups.</strong>"));  m_pendingChangesLabel->hide();
     layout->addWidget(m_pendingChangesLabel, 2, 0, 1, 2);
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic