We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8c037 commit 8ecc748Copy full SHA for 8ecc748
src/Frontend/MainWindow.vala
@@ -120,7 +120,7 @@ class Taxi.MainWindow : Gtk.ApplicationWindow {
120
var uri_list = conn_saver.get_saved_conns ();
121
122
if (uri_list.length () > 0 ) {
123
- welcome.description = _("Type a URL and press 'Enter' to connect to a server.\nOr choose one of the bookmarked URL below");
+ welcome.description = _("Type a URL and press 'Enter' to connect to a server,\nor choose one of the bookmarked URL below.");
124
} else {
125
welcome.description = _("Type a URL and press 'Enter' to connect to a server.");
126
}
0 commit comments