Merge lp:~elementary-apps/snap-elementary/camer-not-found-string into lp:snap-elementary

Proposed by Danielle Foré
Status: Merged
Approved by: Cody Garver
Approved revision: 357
Merged at revision: 358
Proposed branch: lp:~elementary-apps/snap-elementary/camer-not-found-string
Merge into: lp:snap-elementary
Diff against target: 21 lines (+3/-3)
1 file modified
src/MainWindow.vala (+3/-3)
To merge this branch: bzr merge lp:~elementary-apps/snap-elementary/camer-not-found-string
Reviewer Review Type Date Requested Status
kay van der Zander (community) Approve
Review via email: mp+287690@code.launchpad.net

Commit message

rework camera not found strings

To post a comment you must log in.
Revision history for this message
kay van der Zander (kay20) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/MainWindow.vala'
2--- src/MainWindow.vala 2016-01-19 15:43:30 +0000
3+++ src/MainWindow.vala 2016-03-01 19:02:21 +0000
4@@ -77,8 +77,8 @@
5
6 loading_view = new Widgets.LoadingView ();
7
8- no_device_view = new Granite.Widgets.AlertView (_("No camera device found"),
9- _("Connect a webcam or any other supported video device to your computer to display it's picture here."),
10+ no_device_view = new Granite.Widgets.AlertView (_("No Supported Camera Found"),
11+ _("Connect a webcam or other supported video device to take photos and video."),
12 "camera-web");
13
14 clutter_embed = new GtkClutter.Embed ();
15@@ -181,4 +181,4 @@
16 header_bar.set_is_recording (false);
17 });
18 }
19-}
20\ No newline at end of file
21+}

Subscribers

People subscribed via source and target branches

to all changes: