This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
vpzom
/
radiate
Watch
1
Star
1
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove comma because old qt doesn't like it
translation2
Colin Reeder
3 years ago
parent
255e63a302
commit
f0a7b1f1f8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
qml/Main.qml
+ 1
- 1
qml/Main.qml
View File
@@ -88,7 +88,7 @@ ApplicationWindow {
statusText.text = tr.ngettext(
"Found a bridge. Press the button to pair.",
"Found %1 bridges. Press the button to pair.",
count
,
count
).arg(count)
}
onErrored: {
Write
Preview
Loading…
Cancel
Save