Skip to content

Commit d4b70bc

Browse files
authored
Merge pull request #3122 from MartinRenze/fix-http-urls
Simple fix for http URLs
2 parents 92a98c1 + 7d7fc57 commit d4b70bc

File tree

1 file changed

+2
-2
lines changed
  • src/keepass2android-app/Resources/values

1 file changed

+2
-2
lines changed

src/keepass2android-app/Resources/values/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<string name="donate_url"><![CDATA[https://philipp.crocoll.net/donate.php?lang=%1$s&app=%2$s]]></string>
4141
<string name="homepage">https://github.com/PhilippC/keepass2android</string>
4242
<string name="further_author_names">Alex Vallat, Ben Rush, Matthieu, Wiktor Ławski, gilbsgilbs, Chih-Hsuan Yen, DDoSolitary, marcoDallas, Rick Brown</string>
43-
<string name="designer_names">Niki Hüttner (http://www.close-cut.de), Stefano Pignataro (http://www.spstudio.at)</string>
43+
<string name="designer_names">Niki Hüttner (https://www.close-cut.de), Stefano Pignataro</string>
4444
<string name="supporter_names">Arno Welzel, Sebastián Ramírez, A. Finkhäuser, Makoto Mizukami</string>
4545
<string name="issues">https://github.com/PhilippC/keepass2android/issues</string>
4646
<string name="oi_filemanager_market">market://details?id=org.openintents.filemanager</string>
@@ -152,7 +152,7 @@
152152

153153
<string name="MarketURL">market://details?id=</string>
154154
<string name="SuggestionsURL">https://github.com/PhilippC/keepass2android/issues</string>
155-
<string name="TranslationURL">http://crowdin.net/project/keepass2android</string>
155+
<string name="TranslationURL">https://crowdin.net/project/keepass2android</string>
156156

157157
<string name="CopyToClipboardNotification_key">ShowCopyToClipboardNotification</string>
158158
<bool name="CopyToClipboardNotification_default">true</bool>

0 commit comments

Comments
 (0)