Comment 4 for bug 139661

Revision history for this message
Steve Langasek (vorlon) wrote :

Hi Rolf,

+- N_("Run 'su' to become root; this will restart the program, but your settings will be preserved"), sigc::bind(sigc::ptr_fun(do_su_to_root), ""), sigc::ptr_fun(su_to_root_enabled)),
++ N_("Restart the program as root, your settings will be preserved"), sigc::bind(sigc::ptr_fun(do_su_to_root), ""), sigc::ptr_fun(su_to_root_enabled)),

Sorry, but this is a comma splice and grammatically incorrect. Would you mind regenerating the patch using a semicolon in place of this comma?