[iagno] Use a shorter title for the preferences dialog



commit c1d4c6936d56aaf9d103687fd3e0c57d61e1a065
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Mar 26 08:59:43 2014 -0500

    Use a shorter title for the preferences dialog

 src/iagno.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index f8571a8..e7299f9 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -491,7 +491,7 @@ public class Iagno : Gtk.Application
 
     private void show_preferences_dialog ()
     {
-        var propbox = new Gtk.Dialog.with_buttons (_("Iagno Preferences"),
+        var propbox = new Gtk.Dialog.with_buttons (_("Preferences"),
                                                    window,
                                                    Gtk.DialogFlags.USE_HEADER_BAR,
                                                    null);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]