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:
parent
1d61afe82c
commit
afc0a1b142
1 changed files with 1 additions and 1 deletions
|
@ -2030,7 +2030,7 @@ populate_power_button_model (GtkTreeModel *model)
|
||||||
{
|
{
|
||||||
gtk_list_store_insert_with_values (GTK_LIST_STORE (model),
|
gtk_list_store_insert_with_values (GTK_LIST_STORE (model),
|
||||||
NULL, -1,
|
NULL, -1,
|
||||||
0, actions[i].name,
|
0, _(actions[i].name),
|
||||||
1, actions[i].value,
|
1, actions[i].value,
|
||||||
-1);
|
-1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue