Skip to content

Commit f03c8c5

Browse files
author
Sebastien Bourdeauducq
committedNov 29, 2011
shutdown: rename button
1 parent a3ee87b commit f03c8c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/gui/shutdown.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void init_shutdown()
5151
"g = new Grid()",
5252
"g2 = new Grid()",
5353
"l = new Label(-text \"Are you sure?\")",
54-
"b_shutdown = new Button(-text \"Shutdown\")",
54+
"b_shutdown = new Button(-text \"Reboot\")",
5555
"b_cancel = new Button(-text \"Cancel\")",
5656
"g.place(l, -column 1 -row 1)",
5757
"g.rowconfig(1, -size 50)",

‎src/translations/french.c

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ struct mtk_i18n_entry translation_french[] = {
246246

247247
// Shutdown
248248
{ "Are you sure?", "Confirmation:" },
249+
{ "Reboot", "Red\xe9""marrer" },
249250

250251
{ "Messagebox", "Bo\xee""te de message" },
251252

0 commit comments

Comments
 (0)
Please sign in to comment.