Even more translatable messages in file-pdf-save.c

This commit is contained in:
Alexandre Prokoudine 2011-11-29 05:33:51 +04:00
parent 372e677c63
commit 8b936805ca

View file

@ -390,7 +390,7 @@ run (const gchar *name,
if (file_name == NULL)
{
values[0].data.d_status = GIMP_PDB_CALLING_ERROR;
gimp_message ("You must select a file to save!");
gimp_message (_("You must select a file to save!"));
return;
}
}
@ -775,7 +775,7 @@ gui_multi (void)
file_entry = gtk_entry_new ();
if (file_name != NULL)
gtk_entry_set_text (GTK_ENTRY (file_entry), file_name);
file_browse = gtk_button_new_with_label (_("_Browse..."));
file_browse = gtk_button_new_with_label (_("Browse..."));
file_choose = gtk_file_chooser_dialog_new (_("Multipage PDF export"),
GTK_WINDOW (window), GTK_FILE_CHOOSER_ACTION_SAVE,
"gtk-save", GTK_RESPONSE_OK,