Merge lp:~spacefarmer/appcenter/simplelabels into lp:~elementary-apps/appcenter/appcenter

Proposed by Greg Holkenbrink
Status: Merged
Approved by: Artem Anufrij
Approved revision: 309
Merged at revision: 312
Proposed branch: lp:~spacefarmer/appcenter/simplelabels
Merge into: lp:~elementary-apps/appcenter/appcenter
Diff against target: 24 lines (+3/-3)
1 file modified
src/Core/ChangeInformation.vala (+3/-3)
To merge this branch: bzr merge lp:~spacefarmer/appcenter/simplelabels
Reviewer Review Type Date Requested Status
Artem Anufrij (community) Approve
Review via email: mp+306724@code.launchpad.net

Commit message

Changed labels:
"Downloading packages", "Installing packages", and "Waiting in queue" to "Downloading", "Installing", and "Waiting"

Description of the change

Updated progress bar label strings to proposed simpler ones per: https://bugs.launchpad.net/appcenter+bug/1612501

"Downloading packages", "Installing packages", and "Waiting in queue" to "Downloading", "Installing", and "Waiting"

Tested by building and installing, reboot, then installing an app. Required a reboot before changes took effect.

To post a comment you must log in.
Revision history for this message
Artem Anufrij (artem-anufrij) wrote :

Functiont: tested -> ok
Code style: ok

review: Approve
Revision history for this message
Artem Anufrij (artem-anufrij) wrote :

No conflicts with trunk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Core/ChangeInformation.vala'
2--- src/Core/ChangeInformation.vala 2016-08-25 10:12:06 +0000
3+++ src/Core/ChangeInformation.vala 2016-09-26 00:45:56 +0000
4@@ -46,7 +46,7 @@
5 case Pk.Status.SETUP:
6 return _("Starting");
7 case Pk.Status.WAIT:
8- return _("Waiting in queue");
9+ return _("Waiting");
10 case Pk.Status.RUNNING:
11 return _("Running");
12 case Pk.Status.QUERY:
13@@ -56,9 +56,9 @@
14 case Pk.Status.REMOVE:
15 return _("Removing packages");
16 case Pk.Status.DOWNLOAD:
17- return _("Downloading packages");
18+ return _("Downloading");
19 case Pk.Status.INSTALL:
20- return _("Installing packages");
21+ return _("Installing");
22 case Pk.Status.REFRESH_CACHE:
23 return _("Refreshing software list");
24 case Pk.Status.UPDATE:

Subscribers

People subscribed via source and target branches