GNOME Bugzilla – Bug 661559
Replace word "Shutdown"
Last modified: 2011-10-13 09:21:29 UTC
In the "When power is critically low" drop-down is "Shutdown". (1) The correct verb is "Shut down". (2) It doesn't matter because the preferred term is "Power off", verified with the design team. Incidentally, while looking at power.ui for this, I noticed a GtkListStore that I think isn't used anymore (id="liststore_power"). If it's not used, it's just needlessly adding terms for translators.
commit ada3a05386d19423e292b0ef1a17f2d40653e68e Author: Bastien Nocera <hadess@hadess.net> Date: Thu Oct 13 10:19:43 2011 +0100 power: Use "Power off" instead of "Shutdown" (1) The correct verb is "Shut down". (2) It doesn't matter because the preferred term is "Power off", verified with the design team. Spotted by Shaun McCance <shaunm@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=661559 commit c703944fc5d5eaecabff16d3835f0fa42a0a0ee1 Author: Bastien Nocera <hadess@hadess.net> Date: Thu Oct 13 10:18:55 2011 +0100 power: Remove unused ListStore definitions