mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo in user visible string
Sadly that means "new translations are needed" Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ce46a60caf
commit
ce06ec3d17
1 changed files with 1 additions and 1 deletions
|
@ -1547,7 +1547,7 @@ static void edit_dc_nicknames(GtkWidget *w, gpointer data)
|
|||
vbox = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
|
||||
gtk_container_add(GTK_CONTAINER(scroll), view);
|
||||
gtk_container_add(GTK_CONTAINER(vbox),
|
||||
gtk_label_new(_("Edit a dive computer nickname by double-clicking the in the relevant nickname field")));
|
||||
gtk_label_new(_("Edit a dive computer nickname by double-clicking it in the relevant nickname field")));
|
||||
gtk_container_add(GTK_CONTAINER(vbox), scroll);
|
||||
gtk_widget_set_size_request(scroll, 500, 300);
|
||||
gtk_widget_show_all(dialog);
|
||||
|
|
Loading…
Add table
Reference in a new issue