Skip to content

Commit

Permalink
[win] online-installer: fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplestStudio committed Dec 19, 2024
1 parent 5239f45 commit 619f8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win-linux/extras/online-installer/res/langs/langs.iss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ru.LABEL_NO_OPTIONS =Дополнительные опции недоступн
en.LABEL_NO_VER_AVAIL =No version available
ru.LABEL_NO_VER_AVAIL =Нет доступной версии
en.LABEL_WARN_CLOSE =This will install %1 on your computer.\nIt is reccomended that you close all other applications before continuing.
en.LABEL_WARN_CLOSE =This will install %1 on your computer.\nIt is recommended that you close all other applications before continuing.
ru.LABEL_WARN_CLOSE =Программа установит %1 на ваш компьютер.\nРекомендуется закрыть все прочие приложения перед тем, как продолжить.
en.LABEL_ALMOST_DONE =Just a bit more and we're done
Expand Down
2 changes: 1 addition & 1 deletion win-linux/extras/online-installer/src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define LABEL_UNKN_PACK "unknown package"
#define LABEL_NO_OPTIONS "No additional options available."
#define LABEL_NO_VER_AVAIL "No version available"
#define LABEL_WARN_CLOSE "This will install %1 on your computer.\nIt is reccomended that you close all other applications before continuing."
#define LABEL_WARN_CLOSE "This will install %1 on your computer.\nIt is recommended that you close all other applications before continuing."
#define LABEL_ALMOST_DONE "Just a bit more and we're done"
#define LABEL_INSTALL_COMPL "%1 has been successfully installed on your computer.\nTo run the application after closing this installer, select the check box."
#define LABEL_ERR_PROD_CODE "Error while retrieving product code."
Expand Down

0 comments on commit 619f8b7

Please sign in to comment.