[gimp/metadata-browser] Even more translatable messages in file-pdf-save.c
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] Even more translatable messages in file-pdf-save.c
- Date: Wed, 12 Sep 2012 22:17:12 +0000 (UTC)
commit 4d0d263b09a0c58beb115d4fb2b4979e42d9d09d
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Tue Nov 29 05:33:51 2011 +0400
Even more translatable messages in file-pdf-save.c
plug-ins/common/file-pdf-save.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index e6b2ebb..9155295 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]