Merge lp:~brian-murray/update-notifier/error-message-string-fix into lp:update-notifier/ubuntu

Proposed by Brian Murray
Status: Merged
Merged at revision: 618
Proposed branch: lp:~brian-murray/update-notifier/error-message-string-fix
Merge into: lp:update-notifier/ubuntu
Diff against target: 12 lines (+1/-1)
1 file modified
src/update.c (+1/-1)
To merge this branch: bzr merge lp:~brian-murray/update-notifier/error-message-string-fix
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+47061@code.launchpad.net

Description of the change

I noticed that an error message from update-notifier is not properly punctuated. Two sentences end up being strung together.

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Many thanks! Merged and uploaded.

review: Approve
618. By Michael Vogt

merged lp:~brian-murray/update-notifier/error-message-string-fix,
many thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/update.c'
2--- src/update.c 2010-08-13 16:24:53 +0000
3+++ src/update.c 2011-01-21 17:31:20 +0000
4@@ -593,7 +593,7 @@
5 "Package Manager from the "
6 "right-click menu or apt-get in "
7 "a terminal to see what is wrong.\n"
8- "The error message was: '%s'"),
9+ "The error message was: '%s'. "),
10 &ret[2]);
11 else
12 g_string_append(error, _("An error occurred, please run "

Subscribers

People subscribed via source and target branches

to all changes: