Fix links to languages and themes

This commit is contained in:
David Capello 2018-03-26 15:47:42 -03:00
parent 2f5a478ce9
commit ff07de679a

View File

@ -49,7 +49,7 @@
<label text="@.language" /> <label text="@.language" />
<combobox id="language" /> <combobox id="language" />
<link text="@.download_translations" url="https://github.com/aseprite/languages#readme" /> <link text="@.download_translations" url="https://www.aseprite.org/languages/" />
</grid> </grid>
<check id="gpu_acceleration" <check id="gpu_acceleration"
text="@.gpu_acceleration" text="@.gpu_acceleration"
@ -328,7 +328,7 @@
</view> </view>
<hbox> <hbox>
<button id="select_theme" text="@.select_theme" width="60" /> <button id="select_theme" text="@.select_theme" width="60" />
<link text="@.download_themes" url="https://github.com/aseprite/themes#readme" /> <link text="@.download_themes" url="https://www.aseprite.org/themes/" />
<boxfiller /> <boxfiller />
<button id="open_theme_folder" text="@.open_theme_folder" width="100" /> <button id="open_theme_folder" text="@.open_theme_folder" width="100" />
</hbox> </hbox>