Updated several links in UI to point to Azahar equivalents instead of Citra

This commit is contained in:
OpenSauce04 2024-11-28 14:41:11 +00:00
parent 0310eff54d
commit 7395e34b7e
2 changed files with 5 additions and 5 deletions

View File

@ -52,13 +52,13 @@
<string name="copied_to_clipboard">Copied to clipboard</string> <string name="copied_to_clipboard">Copied to clipboard</string>
<string name="contributors">Contributors</string> <string name="contributors">Contributors</string>
<string name="contributors_description">Contributors who made Azahar possible</string> <string name="contributors_description">Contributors who made Azahar possible</string>
<string name="contributors_link" translatable="false">https://github.com/citra-emu/citra/graphs/contributors</string> <string name="contributors_link" translatable="false">https://github.com/azahar-emu/azahar/graphs/contributors</string>
<string name="licenses_description">Projects used by Azahar for Android</string> <string name="licenses_description">Projects used by Azahar for Android</string>
<string name="build">Build</string> <string name="build">Build</string>
<string name="licenses">Licenses</string> <string name="licenses">Licenses</string>
<string name="support_link" translatable="false">https://discord.gg/FAXfZV9</string> <string name="support_link" translatable="false">https://discord.gg/4ZjMpAp3M6</string>
<string name="website_link" translatable="false">https://citra-emu.org/</string> <string name="website_link" translatable="false">https://azahar-emu.org/</string>
<string name="github_link" translatable="false">https://github.com/citra-emu</string> <string name="github_link" translatable="false">https://github.com/azahar-emu/azahar</string>
<!-- Setup strings --> <!-- Setup strings -->
<string name="welcome">Welcome!</string> <string name="welcome">Welcome!</string>

View File

@ -115,7 +115,7 @@ p, li { white-space: pre-wrap; }
<item> <item>
<widget class="QLabel" name="labelLinks"> <widget class="QLabel" name="labelLinks">
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://citra-emu.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Website&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://community.citra-emu.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Forum&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/citra-emu&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Source Code&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/citra-emu/citra/graphs/contributors&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Contributors&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/citra-emu/citra/blob/master/license.txt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;License&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://azahar-emu.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Website&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/azahar-emu/azahar&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Source Code&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/azahar-emu/azahar/graphs/contributors&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;Contributors&lt;/span&gt;&lt;/a&gt; | &lt;a href=&quot;https://github.com/azahar-emu/azahar/blob/master/license.txt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#039be5;&quot;&gt;License&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="openExternalLinks"> <property name="openExternalLinks">
<bool>true</bool> <bool>true</bool>