Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 4e51e2444370ab05857e5d6744a2f46f > files > 2

chirp-20190314-1.mga6.src.rpm

diff -ur chirp-daily-20190201_o/chirp/ui/mainapp.py chirp-daily-20190201/chirp/ui/mainapp.py
--- chirp-daily-20190201_o/chirp/ui/mainapp.py	2018-08-15 08:00:18.000000000 +0100
+++ chirp-daily-20190201/chirp/ui/mainapp.py	2019-02-12 15:18:57.246843512 +0000
@@ -1991,7 +1991,7 @@
         LOG.info("Server reports version %s is available" % version)
 
         # Report new updates every three days
-        intv = 3600 * 24 * 3
+        intv = 3600 * 24 * 30
 
         if CONF.is_defined("last_update_check", "state") and \
            (time.time() - CONF.get_int("last_update_check", "state")) < intv:
@@ -2003,9 +2003,9 @@
         d.label.set_markup(
             _('A new version of CHIRP is available: ' +
               '{ver}. '.format(ver=version) +
-              'It is recommended that you upgrade as soon as possible. '
-              'Please go to: \r\n\r\n<a href="http://chirp.danplanet.com">' +
-              'http://chirp.danplanet.com</a>'))
+              'If you have issues with the current version '
+              'please file a bug report or make an update ' +
+              'request at https://bugs.mageia.org/'))
         response = d.run()
         d.destroy()
         if response == gtk.RESPONSE_OK: