[gnome-sudoku] Fix translator comment in the about dialog



commit e9ae957e64eae670e160fd46b544ab0c64d70fa0
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Oct 25 18:10:56 2017 +0200

    Fix translator comment in the about dialog
    
    We forgot to move it with the string in
    cc828d13f414f6a7c0655159f5b71da113e040c9

 src/gnome-sudoku.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-sudoku.vala b/src/gnome-sudoku.vala
index 8f268a7..463d358 100644
--- a/src/gnome-sudoku.vala
+++ b/src/gnome-sudoku.vala
@@ -598,13 +598,13 @@ public class Sudoku : Gtk.Application
 
     private void about_cb ()
     {
+        /* Appears on the About dialog. %s is the version of the QQwing puzzle generator in use. */
         var localized_comments_format = _("The popular Japanese logic puzzle\n\nPuzzles generated by QQwing 
%s");
 
         show_about_dialog (window,
                                "program-name", _("Sudoku"),
                                "logo-icon-name", "gnome-sudoku",
                                "version", VERSION,
-                               /* Appears on the About dialog. %s is the version of the QQwing puzzle 
generator in use. */
                                "comments", localized_comments_format.printf (SudokuGenerator.qqwing_version 
()),
                                "copyright", "Copyright © 2005–2008 Thomas M. Hinkle\nCopyright © 2010–2011 
Robert Ancell\nCopyright © 2014 Parin Porecha",
                                "license-type", License.GPL_3_0,


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