Fix for the #25
This commit is contained in:
parent
0764b81cf3
commit
4d9cc95aac
2 changed files with 12 additions and 4 deletions
|
@ -62,7 +62,7 @@ Page {
|
||||||
TextField {
|
TextField {
|
||||||
id: instance
|
id: instance
|
||||||
focus: true
|
focus: true
|
||||||
label: "Enter the name mastodon instance"
|
label: qsTr("Enter an Mastodon instance URL")
|
||||||
placeholderText: label
|
placeholderText: label
|
||||||
text: "https://mastodon.social"
|
text: "https://mastodon.social"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
@ -116,7 +116,7 @@ Page {
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
color: Theme.secondaryHighlightColor
|
color: Theme.secondaryHighlightColor
|
||||||
font.pixelSize: Theme.fontSizeExtraSmall
|
font.pixelSize: Theme.fontSizeExtraSmall
|
||||||
text: "Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly."
|
text: qsTr("Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -98,6 +98,14 @@
|
||||||
<source>Login</source>
|
<source>Login</source>
|
||||||
<translation>Login</translation>
|
<translation>Login</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Enter an Mastodon instance URL</source>
|
||||||
|
<translation></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Mastodon is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Mastodon instance and participate in the social network seamlessly.</source>
|
||||||
|
<translation></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>MainPage</name>
|
<name>MainPage</name>
|
||||||
|
@ -160,8 +168,8 @@
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Performing request, please wait or request something else</source>
|
<source>please wait...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
Loading…
Reference in a new issue