Code cleanup
This commit is contained in:
parent
6381f87a02
commit
4a798fe867
4
po/fr.po
4
po/fr.po
|
@ -54,11 +54,11 @@ msgstr "_Refaire"
|
|||
|
||||
#: ../src/compose.c:96 ../src/mailer.c:125
|
||||
msgid "_Select all"
|
||||
msgstr "Sélectionner tout"
|
||||
msgstr "Sélectionner _tout"
|
||||
|
||||
#: ../src/compose.c:103 ../src/mailer.c:132
|
||||
msgid "_Unselect all"
|
||||
msgstr "Tout désélectionner"
|
||||
msgstr "Tout _désélectionner"
|
||||
|
||||
#: ../src/compose.c:105 ../src/mailer.c:121
|
||||
msgid "_Cut"
|
||||
|
|
|
@ -122,7 +122,7 @@ static DesktopMenu _menu_edit[] =
|
|||
{ N_("Cop_y"), NULL, GTK_STOCK_COPY, GDK_CONTROL_MASK, GDK_C },
|
||||
{ N_("_Paste"), NULL, GTK_STOCK_PASTE, GDK_CONTROL_MASK, GDK_V },
|
||||
{ "", NULL, NULL, 0, 0 },
|
||||
{ N_("_Select all"), G_CALLBACK(on_edit_select_all),
|
||||
{ N_("Select _all"), G_CALLBACK(on_edit_select_all),
|
||||
#if GTK_CHECK_VERSION(2, 10, 0)
|
||||
GTK_STOCK_SELECT_ALL,
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue
Block a user