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
=== modified file 'src/update.c'
--- src/update.c 2010-08-13 16:24:53 +0000
+++ src/update.c 2011-01-21 17:31:20 +0000
@@ -593,7 +593,7 @@
593 "Package Manager from the "593 "Package Manager from the "
594 "right-click menu or apt-get in "594 "right-click menu or apt-get in "
595 "a terminal to see what is wrong.\n"595 "a terminal to see what is wrong.\n"
596 "The error message was: '%s'"),596 "The error message was: '%s'. "),
597 &ret[2]);597 &ret[2]);
598 else598 else
599 g_string_append(error, _("An error occurred, please run "599 g_string_append(error, _("An error occurred, please run "

Subscribers

People subscribed via source and target branches

to all changes: