Skip to content

Commit 439f9f9

Browse files
committed
Update exec_cmd.c
1 parent 29ccbb0 commit 439f9f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/exec_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ static int _upload_save_ftp(const save_entry_t* save)
12221222
int ret = 0;
12231223
struct tm t = get_local_time();
12241224

1225-
init_loading_screen(_("Sync with FTP Server..."));
1225+
init_loading_screen(_("Preparing upload..."));
12261226

12271227
// Download existing FTP indexes
12281228
snprintf(remote, sizeof(remote), "%s%016" PRIX64 "/PS%d/", apollo_config.ftp_url, apollo_config.account_id, save->type);

0 commit comments

Comments
 (0)