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 5c21add commit c152155Copy full SHA for c152155
src/MainWindow.vala
@@ -121,7 +121,7 @@ public class Camera.MainWindow : Gtk.Window {
121
122
camera_content.set_player (camera_view);
123
124
- loading_view.set_status (_("Connecting to \"%s\"…".printf (camera_view.get_camera_device ().get_name ())));
+ loading_view.set_status (_("Connecting to \"%s\"…").printf (camera_view.get_camera_device ().get_name ()));
125
}
126
127
private void connect_signals () {
0 commit comments