0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1432

Problem:    Typo in button text.
Solution:   Fix the typo. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-02-27 18:07:44 +01:00
parent 9e24f0c5c1
commit 4d1961783f
2 changed files with 3 additions and 1 deletions

View File

@@ -1661,7 +1661,7 @@ dialog_add_buttons(GtkDialog *dialog, char_u *button_string)
else if (button_equal(label, "Ok")) label = _("OK");
else if (button_equal(label, "Yes")) label = _("Yes");
else if (button_equal(label, "No")) label = _("No");
else if (button_equal(label, "Cancel")) label = _("Canccl");
else if (button_equal(label, "Cancel")) label = _("Cancel");
# else
if (button_equal(label, ok[0])) label = GTK_STOCK_OK;
else if (button_equal(label, ync[0])) label = GTK_STOCK_YES;

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1432,
/**/
1431,
/**/