[f-spot] mark the 'set page size and orientation' button translatable
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] mark the 'set page size and orientation' button translatable
- Date: Tue, 28 Apr 2009 04:22:47 -0400 (EDT)
commit 9e9679d02997a00d438616645b4aec941ff33259
Author: Stephane Delcroix <stephane delcroix org>
Date: Tue Apr 28 10:19:10 2009 +0200
mark the 'set page size and orientation' button translatable
Fix bgo#578229
---
src/Widgets/CustomPrintWidget.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Widgets/CustomPrintWidget.cs b/src/Widgets/CustomPrintWidget.cs
index a6c7c5b..390a8a2 100644
--- a/src/Widgets/CustomPrintWidget.cs
+++ b/src/Widgets/CustomPrintWidget.cs
@@ -106,7 +106,7 @@ namespace FSpot.Widgets
current_settings.Text = String.Format (Catalog.GetString ("Paper Size: {0} x {1} mm"), "...", "...");
vb.PackStart (current_settings, false, false, 0);
- Button page_setup_btn = new Button ("Set Page Size and Orientation");
+ Button page_setup_btn = new Button (Catalog.GetString ("Set Page Size and Orientation"));
page_setup_btn.Clicked += delegate {
this.print_operation.DefaultPageSetup = Print.RunPageSetupDialog (null, print_operation.DefaultPageSetup, this.print_operation.PrintSettings);
current_settings.Text = String.Format (Catalog.GetString ("Paper Size: {0} x {1} mm"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]