GNOME Bugzilla – Bug 731337
Use descriptive labels on board size change dialog
Last modified: 2014-06-17 14:02:14 UTC
A trivial improvement: when changing the board size while a game is currently in progress, we display a confirmation dialog with Yes/No button labels, which is discouraged by the GNOME HIG.
Created attachment 278044 [details] [review] Use descriptive labels on board size change dialog
Review of attachment 278044 [details] [review]: Good catch. ++
Review of attachment 278044 [details] [review]: ::: src/main.c @@ +298,3 @@ + + gtk_dialog_add_buttons (GTK_DIALOG (dialog), + _("_Keep Playing"), GTK_RESPONSE_REJECT, As mentioned in bug #731314, I think thisd could be improved to 'Keep _Playing' to make the mnemonics consistent. Please commit with that minor change.
Created attachment 278602 [details] [review] Use descriptive labels on board size change dialog
Attachment 278602 [details] pushed as 8de8b2b - Use descriptive labels on board size change dialog