Git commit 9e1a6fe1b65f4596d09a3297d96f1f5fa209d8c9 by Andr=C3=A9 Marcelo A= lvarenga. Committed on 31/12/2013 at 23:23. Pushed by alvarenga into branch 'master'. Remove extra space M +1 -1 muon/MainWindow.cpp http://commits.kde.org/muon/9e1a6fe1b65f4596d09a3297d96f1f5fa209d8c9 diff --git a/muon/MainWindow.cpp b/muon/MainWindow.cpp index 4105062..eb34b1f 100644 --- a/muon/MainWindow.cpp +++ b/muon/MainWindow.cpp @@ -226,7 +226,7 @@ void MainWindow::markUpgrade() "available upgrades may require new packages = to " "be installed or removed. You may wish to try= " "a full upgrade by clicking the Fu= ll " - " Upgrade button."); + "Upgrade button."); QString title =3D i18nc("@title:window", "Unable to Mark Upgrades"= ); KMessageBox::information(this, text, title); } else {