Fixed defects of review
[situare] / src / ui / friendlistpanel.cpp
index 316638e..ed887ef 100644 (file)
@@ -115,7 +115,7 @@ FriendListPanel::FriendListPanel(QWidget *parent)
     setLayout(friendListPanelLayout);
 
     m_noFriendsLabel = new QLabel();
-    m_noFriendsLabel->setText("No Friends");
+    m_noFriendsLabel->setText("No friends");
     m_noFriendsLabel->setAlignment(Qt::AlignCenter);
 
     QPalette noFriendsPalette = palette();
@@ -314,7 +314,7 @@ void FriendListPanel::showEvent(QShowEvent *event)
 
 void FriendListPanel::showEmptyPanel(bool show)
 {
-    if (show){
+    if (show) {
         m_noFriendsLabel->show();
         m_friendListView->hide();
     }