Skip to content

Commit

Permalink
Correct wording (use future instead of present tense)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforce authored and TurboGit committed Sep 12, 2024
1 parent 9b0e9e7 commit 99ddba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/preferences.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static void _reset_panels_clicked(GtkButton *button, gpointer user_data)
{
if(!dt_gui_show_yes_no_dialog(_("reset panels in all views"),
_("are you sure?\n\n"
"you cannot restore your current panel layout and module selection.")))
"you will not be able to restore your current panel layout and module selection.")))
return;

g_hash_table_foreach_remove(darktable.conf->table, _remove_panel_config, NULL);
Expand Down

0 comments on commit 99ddba1

Please sign in to comment.