diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 7712ce8b7..53b134eef 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -327,7 +327,7 @@ window_cmd_file_open (EggAction *action, result = ephy_embed_single_show_file_picker (single, wmain, - _("Select the file to open"), + _("Open"), dir, NULL, modeOpen, &file, NULL, NULL); @@ -368,6 +368,7 @@ window_cmd_file_save_as (EggAction *action, EMBED_PERSIST_MAINDOC); ephy_embed_utils_save (GTK_WIDGET(window), + _("Save As"), CONF_STATE_SAVE_DIR, TRUE, TRUE, |