[PATCH] (issue111) Rename updates button to pending changes

Wald Commits scm-commit at wald.intevation.org
Mon Sep 15 12:48:12 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1410778089 -7200
# Node ID 3d4a81eff3fda54bfc2d763c86e18477b732afbf
# Parent  75a5bfe0525e7a22b3e134466215ee5cde4d0b30
(issue111) Rename updates button to pending changes

diff -r 75a5bfe0525e -r 3d4a81eff3fd ui/mainwindow.cpp
--- 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);


More information about the Trustbridge-commits mailing list