power: Translate the "When the Power Button is pressed" drop-down

https://bugzilla.gnome.org/show_bug.cgi?id=764115
This commit is contained in:
Bastien Nocera 2016-03-24 14:08:51 +01:00
parent 1d61afe82c
commit afc0a1b142

View file

@ -2030,7 +2030,7 @@ populate_power_button_model (GtkTreeModel *model)
{
gtk_list_store_insert_with_values (GTK_LIST_STORE (model),
NULL, -1,
0, actions[i].name,
0, _(actions[i].name),
1, actions[i].value,
-1);
}