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

List:       kde-commits
Subject:    [kphotoalbum] Settings: Inserted a line break in the "The database has unsaved changes" warning (now
From:       Tobias Leupold <tobias.leupold () web ! de>
Date:       2016-08-16 15:57:37
Message-ID: E1bZgkD-00018i-C4 () code ! kde ! org
[Download RAW message or body]

Git commit 0fc3b6ec595d6df88ba5f6fc5feaeb049158c00c by Tobias Leupold.
Committed on 16/08/2016 at 15:56.
Pushed by tleupold into branch 'master'.

Inserted a line break in the "The database has unsaved changes" warning (now that QLabel can display one :-)

M  +2    -2    Settings/CategoryPage.cpp

http://commits.kde.org/kphotoalbum/0fc3b6ec595d6df88ba5f6fc5feaeb049158c00c

diff --git a/Settings/CategoryPage.cpp b/Settings/CategoryPage.cpp
index 62c01cd..f939697 100644
--- a/Settings/CategoryPage.cpp
+++ b/Settings/CategoryPage.cpp
@@ -167,8 +167,8 @@ Settings::CategoryPage::CategoryPage(QWidget* parent) : QWidget(parent)
 
     m_dbNotSavedLabel = new QLabel( i18n("<font color='red'>"
                                          "The database has unsaved changes. As long as those are "
-                                         "not saved, the names of categories can't be changed and "
-                                         "new ones can't be added."
+                                         "not saved,<br/>the names of categories can't be changed "
+                                         "and new ones can't be added."
                                          "</font>"));
     m_dbNotSavedLabel->setWordWrap(true);
     dbNotSavedLayout->addWidget(m_dbNotSavedLabel);
[prev in list] [next in list] [prev in thread] [next in thread] 

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