Commit ae8d9f234d121ce9d26bef9b31b13fef44d195c6

Authored by Perry Werneck
1 parent 4cbd8d32
Exists in master and in 1 other branch develop

Small cosmetic fix.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/dialogs/save/save.c
@@ -339,7 +339,7 @@ static void icon_press(GtkEntry *entry, G_GNUC_UNUSED GtkEntryIconPosition icon_ @@ -339,7 +339,7 @@ static void icon_press(GtkEntry *entry, G_GNUC_UNUSED GtkEntryIconPosition icon_
339 { 339 {
340 N_("Save terminal contents"), 340 N_("Save terminal contents"),
341 N_("Save selected area"), 341 N_("Save selected area"),
342 - N_("Save copied data"), 342 + N_("Save copy"),
343 }; 343 };
344 344
345 gboolean use_header; 345 gboolean use_header;