Skip to content

Commit 8ecc748

Browse files
authored
Proper punctuation
1 parent 3a8c037 commit 8ecc748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class Taxi.MainWindow : Gtk.ApplicationWindow {
120120
var uri_list = conn_saver.get_saved_conns ();
121121

122122
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");
123+
welcome.description = _("Type a URL and press 'Enter' to connect to a server,\nor choose one of the bookmarked URL below.");
124124
} else {
125125
welcome.description = _("Type a URL and press 'Enter' to connect to a server.");
126126
}

0 commit comments

Comments
 (0)