Skip to content

Commit

Permalink
Updated repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurocon committed Apr 25, 2016
1 parent 51aba78 commit 4b02a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gui/about.py
Expand Up @@ -66,7 +66,6 @@ def retranslateUi(self, AboutDialog):
AboutDialog.setWindowTitle(_translate("AboutDialog", "About osu! Collection Editor")) AboutDialog.setWindowTitle(_translate("AboutDialog", "About osu! Collection Editor"))
self.app_title.setText(_translate("AboutDialog", "osu! Collection Editor")) self.app_title.setText(_translate("AboutDialog", "osu! Collection Editor"))
self.license_text.setText(_translate("AboutDialog", "<p>Distributed under the <a href=\"http://www.gnu.org/licenses/gpl-3.0.en.html\"><span style=\" text-decoration: underline; color:#0000ff;\">GNU General Public License Version 3</span></a></p>")) self.license_text.setText(_translate("AboutDialog", "<p>Distributed under the <a href=\"http://www.gnu.org/licenses/gpl-3.0.en.html\"><span style=\" text-decoration: underline; color:#0000ff;\">GNU General Public License Version 3</span></a></p>"))
self.developer_text.setText(_translate("AboutDialog", "<p>Created by <a href=\"http://www.kevinalberts.nl/\"><span style=\" text-decoration: underline; color:#0000ff;\">Kevin Alberts</span></a> (<a href=\"http://osu.ppy.sh/u/Kurocon\"><span style=\" text-decoration: underline; color:#0000ff;\">Kurocon</span></a>)<br />Source on <a href=\"http://github.com/Kurocon/Osu-Collections-Editor\"><span style=\" text-decoration: underline; color:#0000ff;\">GitLab</span></a></p>")) self.developer_text.setText(_translate("AboutDialog", "<p>Created by <a href=\"http://www.kevinalberts.nl/\"><span style=\" text-decoration: underline; color:#0000ff;\">Kevin Alberts</span></a> (<a href=\"http://osu.ppy.sh/u/Kurocon\"><span style=\" text-decoration: underline; color:#0000ff;\">Kurocon</span></a>)<br />Source on <a href=\"https://github.com/Kurocon/Osu-Collections-Editor\"><span style=\" text-decoration: underline; color:#0000ff;\">GitHub</span></a></p>"))
self.developer_text.setText(_translate("AboutDialog", "<p>Created by <a href=\"http://www.kevinalberts.nl/\"><span style=\" text-decoration: underline; color:#0000ff;\">Kevin Alberts</span></a> (<a href=\"http://osu.ppy.sh/u/Kurocon\"><span style=\" text-decoration: underline; color:#0000ff;\">Kurocon</span></a>)<br />Source on <a href=\"http://github.com/Kurocon/Osu-Collections-Editor\"><span style=\" text-decoration: underline; color:#0000ff;\">GitLab</span></a></p>"))
self.version_text.setText(_translate("AboutDialog", "Version 0.1.dev1, Build 1")) self.version_text.setText(_translate("AboutDialog", "Version 0.1.dev1, Build 1"))


2 changes: 1 addition & 1 deletion ui_designs/about.ui
Expand Up @@ -81,7 +81,7 @@
<item> <item>
<widget class="QLabel" name="developer_text"> <widget class="QLabel" name="developer_text">
<property name="text"> <property name="text">
<string>&lt;p&gt;Created by &lt;a href=&quot;http://www.kevinalberts.nl/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Kevin Alberts&lt;/span&gt;&lt;/a&gt; (&lt;a href=&quot;http://osu.ppy.sh/u/Kurocon&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Kurocon&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;Source on &lt;a href=&quot;http://gitlab.kurocon.nl/Kurocon/OsuCollectionsEditor&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;GitLab&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</string> <string>&lt;p&gt;Created by &lt;a href=&quot;http://www.kevinalberts.nl/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Kevin Alberts&lt;/span&gt;&lt;/a&gt; (&lt;a href=&quot;http://osu.ppy.sh/u/Kurocon&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Kurocon&lt;/span&gt;&lt;/a&gt;)&lt;br /&gt;Source on &lt;a href=&quot;https://github.com/Kurocon/Osu-Collections-Editor&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;GitHub&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
Expand Down

0 comments on commit 4b02a8a

Please sign in to comment.