zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #05815
[Merge] lp:~robert-ancell/activity-log-manager/comma-splice into lp:activity-log-manager
Robert Ancell has proposed merging lp:~robert-ancell/activity-log-manager/comma-splice into lp:activity-log-manager.
Commit message:
Remove comma splices
Requested reviews:
Activity Log Manager (activity-log-manager)
Related bugs:
Bug #1264587 in Activity Log Manager: "Punctuation errors in dialog"
https://bugs.launchpad.net/activity-log-manager/+bug/1264587
For more details, see:
https://code.launchpad.net/~robert-ancell/activity-log-manager/comma-splice/+merge/204542
--
https://code.launchpad.net/~robert-ancell/activity-log-manager/comma-splice/+merge/204542
Your team Activity Log Manager is requested to review the proposed merge of lp:~robert-ancell/activity-log-manager/comma-splice into lp:activity-log-manager.
=== modified file 'src/history-widget.vala'
--- src/history-widget.vala 2013-07-10 06:24:51 +0000
+++ src/history-widget.vala 2014-02-03 17:32:41 +0000
@@ -145,7 +145,7 @@
dialog.add_button(Stock.YES, ResponseType.OK);
dialog.set_title("");
- var label = new Gtk.Label(_("This operation cannot be undone, are you sure you want to delete this activity?"));
+ var label = new Gtk.Label(_("This operation cannot be undone. Are you sure you want to delete this activity?"));
label.set_line_wrap(true);
label.set_line_wrap_mode(Pango.WrapMode.WORD);
label.set_padding(9,9);
=== modified file 'src/unified-privacy.vala'
--- src/unified-privacy.vala 2013-07-11 02:13:34 +0000
+++ src/unified-privacy.vala 2014-02-03 17:32:41 +0000
@@ -872,7 +872,7 @@
dialog.add_button(Stock.YES, ResponseType.OK);
dialog.set_title("");
- var label = new Gtk.Label(_("This operation cannot be undone, are you sure you want to delete this activity?"));
+ var label = new Gtk.Label(_("This operation cannot be undone. Are you sure you want to delete this activity?"));
label.set_line_wrap(true);
label.set_line_wrap_mode(Pango.WrapMode.WORD);
label.set_padding(9,9);
References