Merge lp:~pete-woods/camera-app/change-infographic-text into lp:camera-app

Proposed by Pete Woods
Status: Merged
Approved by: Pete Woods
Approved revision: 173
Merged at revision: 173
Proposed branch: lp:~pete-woods/camera-app/change-infographic-text
Merge into: lp:camera-app
Diff against target: 24 lines (+4/-4)
1 file modified
cameraapplication.cpp (+4/-4)
To merge this branch: bzr merge lp:~pete-woods/camera-app/change-infographic-text
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+176238@code.launchpad.net

Commit message

Change the infographic text as per design request

Description of the change

Change the infographic text as per design request

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cameraapplication.cpp'
2--- cameraapplication.cpp 2013-07-15 11:11:48 +0000
3+++ cameraapplication.cpp 2013-07-22 16:16:29 +0000
4@@ -102,8 +102,8 @@
5 void CameraApplication::increaseTodaysPhotoMetrics()
6 {
7 MetricManagerPtr manager(MetricManager::getInstance());
8- MetricPtr metric(manager->add(PHOTO_STATISTICS_ID, "<b>%1</b> photos captured today",
9- "No photo captured today", APP_ID));
10+ MetricPtr metric(manager->add(PHOTO_STATISTICS_ID, "<b>%1</b> photos taken today",
11+ "No photos taken today", APP_ID));
12 metric->increment();
13 }
14
15@@ -114,7 +114,7 @@
16 void CameraApplication::increaseTodaysVideoMetrics()
17 {
18 MetricManagerPtr manager(MetricManager::getInstance());
19- MetricPtr metric(manager->add(VIDEO_STATISTICS_ID, "<b>%1</b> videos captured today",
20- "No video captured today", APP_ID));
21+ MetricPtr metric(manager->add(VIDEO_STATISTICS_ID, "<b>%1</b> videos recorded today",
22+ "No videos recorded today", APP_ID));
23 metric->increment();
24 }

Subscribers

People subscribed via source and target branches