Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
Kaidan
Commits
40be5898
Commit
40be5898
authored
Jan 08, 2017
by
Linus Jahn
Committed by
GitHub
Jan 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LoginPage: Only translate "Connecting...", without <i></i> (#52)
parent
8be9ee19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
i18n/de_DE.ts
i18n/de_DE.ts
+4
-4
src/qml/LoginPage.qml
src/qml/LoginPage.qml
+1
-1
No files found.
i18n/de_DE.ts
View file @
40be5898
...
...
@@ -34,14 +34,14 @@
<
source
>
Connect
<
/source
>
<
translation
>
Verbinden
<
/translation
>
<
/message
>
<
message
>
<
source
>&
lt
;
i
&
gt
;
Connecting
...
&
lt
;
/i></
source
>
<
translation
>&
lt
;
i
&
gt
;
Verbinden
...
&
lt
;
/i></
translation
>
<
/message
>
<
message
>
<
source
>
Retry
<
/source
>
<
translation
>
Erneut
Versuchen
<
/translation
>
<
/message
>
<
message
>
<
source
>
Connecting
...
<
/source
>
<
translation
>
Verbinden
...
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
RosterPage
<
/name
>
...
...
src/qml/LoginPage.qml
View file @
40be5898
...
...
@@ -63,7 +63,7 @@ Kirigami.ScrollablePage {
// disable the button
connectButton
.
enabled
=
false
;
// connect to given account data
connectButton
.
text
=
qsTr
(
"
<i>
Connecting...</i>
"
)
connectButton
.
text
=
"
<i>
"
+
qsTr
(
"
Connecting...
"
)
+
"
</i>
"
kaidan
.
mainConnect
(
jidField
.
text
,
passField
.
text
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment