extra: that should be plural

thank you jf_simon :)
This commit is contained in:
Marcel Hollerbach 2017-02-13 10:17:35 +01:00
parent 037e694827
commit 1f502df5cd
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ extra_win_sync(void)
{
Extra_Progress *progress;
progress = extra_ui_progress_popup_show("Updating themes and background", _extra_win_sync_done_cb, NULL);
progress = extra_ui_progress_popup_show("Updating themes and backgrounds", _extra_win_sync_done_cb, NULL);
extra_sync(progress);
}