Translated one more string

This commit is contained in:
Pierre Pronchery 2015-03-03 21:21:44 +01:00
parent 36a4dbb76c
commit 456c841a8e

View File

@ -581,7 +581,7 @@ static GtkResponseType _common_prompt(char const * message, char ** entry)
dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_DESTROY_WITH_PARENT, dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_QUESTION, GTK_BUTTONS_OK_CANCEL, GTK_MESSAGE_QUESTION, GTK_BUTTONS_OK_CANCEL,
# if GTK_CHECK_VERSION(2, 6, 0) # if GTK_CHECK_VERSION(2, 6, 0)
"%s", "Question"); "%s", _("Question"));
gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog), gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog),
# endif # endif
"%s", message); "%s", message);