[gnome-documents] main-window: change About dialog string to "Documents"



commit dc8a74af2c6298506ec5eaec8cbd327bd715d9f2
Author: Anna Zacchi <azzurroverde gmail com>
Date:   Wed Apr 4 22:21:32 2012 +0200

    main-window: change About dialog string to "Documents"
    
    Instead of "GNOME Documents".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672434

 src/mainWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 28f28d4..2736759 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -250,7 +250,7 @@ MainWindow.prototype = {
                                 'Florian M' + String.fromCharCode(0x00FC) + 'llner <fmuellner gnome org>',
                                 'William Jon McCann <william jon mccann gmail com>' ];
         aboutDialog.translator_credits = _("translator-credits");
-        aboutDialog.program_name = _("GNOME Documents");
+        aboutDialog.program_name = _("Documents");
         aboutDialog.comments = _("A document manager application");
         aboutDialog.copyright = 'Copyright ' + String.fromCharCode(0x00A9) + ' 2011' + String.fromCharCode(0x2013) + '2012 Red Hat, Inc.';
         aboutDialog.license_type = Gtk.License.GPL_2_0;



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