Fix image export dialog title

This commit is contained in:
Gergely Polonkai 2014-10-01 00:37:32 +02:00
parent bf9328c620
commit 310cf4034d
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ ag_window_export_image(AgWindow *window, GError **err)
return;
}
fs = gtk_file_chooser_dialog_new(_("Export Chart as SVG"),
fs = gtk_file_chooser_dialog_new(_("Export Chart as Image"),
GTK_WINDOW(window),
GTK_FILE_CHOOSER_ACTION_SAVE,
_("_Cancel"), GTK_RESPONSE_CANCEL,