We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ee87b commit f03c8c5Copy full SHA for f03c8c5
src/gui/shutdown.c
@@ -51,7 +51,7 @@ void init_shutdown()
51
"g = new Grid()",
52
"g2 = new Grid()",
53
"l = new Label(-text \"Are you sure?\")",
54
- "b_shutdown = new Button(-text \"Shutdown\")",
+ "b_shutdown = new Button(-text \"Reboot\")",
55
"b_cancel = new Button(-text \"Cancel\")",
56
"g.place(l, -column 1 -row 1)",
57
"g.rowconfig(1, -size 50)",
src/translations/french.c
@@ -246,6 +246,7 @@ struct mtk_i18n_entry translation_french[] = {
246
247
// Shutdown
248
{ "Are you sure?", "Confirmation:" },
249
+ { "Reboot", "Red\xe9""marrer" },
250
251
{ "Messagebox", "Bo\xee""te de message" },
252
0 commit comments