[pdfmod] Translate missing string
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pdfmod] Translate missing string
- Date: Thu, 13 Aug 2009 18:05:25 +0000 (UTC)
commit 9fef1604082454a8717daa3ebe0579029162f5c2
Author: Å?ukasz JernaÅ? <deejay1 srem org>
Date: Thu Aug 13 19:03:37 2009 +0200
Translate missing string
src/PdfMod/Gui/Actions.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/PdfMod/Gui/Actions.cs b/src/PdfMod/Gui/Actions.cs
index 504e9d4..b928339 100644
--- a/src/PdfMod/Gui/Actions.cs
+++ b/src/PdfMod/Gui/Actions.cs
@@ -184,7 +184,7 @@ namespace PdfMod.Gui
private void OnOpen (object o, EventArgs args)
{
var chooser = new Gtk.FileChooserDialog (Catalog.GetString ("Select PDF"), app.Window, FileChooserAction.Open);
- chooser.AddFilter (GtkUtilities.GetFileFilter ("PDF Documents", new string [] {"pdf"}));
+ chooser.AddFilter (GtkUtilities.GetFileFilter (Catalog.GetString ("PDF Documents"), new string [] {"pdf"}));
chooser.AddFilter (GtkUtilities.GetFileFilter (Catalog.GetString ("All Files"), new string [] {"*"}));
chooser.SelectMultiple = false;
chooser.AddButton (Stock.Cancel, ResponseType.Cancel);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]