Mercurial > trustbridge
diff ui/mainwindow.cpp @ 1099:3d4a81eff3fd
(issue111) Rename updates button to pending changes
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 12:48:09 +0200 |
parents | 75a5bfe0525e |
children | 3d03aaeca6d4 |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Mon Sep 15 12:45:22 2014 +0200 +++ b/ui/mainwindow.cpp Mon Sep 15 12:48:09 2014 +0200 @@ -914,7 +914,7 @@ updatesButton->setBackgroundIcon(":/img/red-circle.png"); updatesButton->setIcon(QIcon(":/img/view-refresh.png")); updatesButton->setIconSize(QSize(48, 48)); - updatesButton->setText(tr("Updates")); + updatesButton->setText(tr("Pending\nchanges")); updatesButton->setFixedWidth(120); updatesButton->setFixedHeight(90); updatesButton->setCheckable(true);