Skip to content

Commit

Permalink
sql error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-codes committed Feb 4, 2019
1 parent 3adfd56 commit f9b8007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ INSTL_DEFAULTLANGUAGE_TRY_LATER="You will be able to install it later using the
INSTL_DEFAULTLANGUAGE_NATIVE_LANGUAGE_NAME="English (UK)"

;Database Model
INSTL_DATABASE_COULD_NOT_CONNECT="Could not connect to the database. Connector returned number: %s"
INSTL_DATABASE_COULD_NOT_CONNECT="Could not connect to the database. Connector returned error message: %s"
INSTL_DATABASE_COULD_NOT_CREATE_DATABASE="The installer could not connect to the specified database and was unable to create the database. Please verify your settings and if necessary manually create your database."
INSTL_DATABASE_COULD_NOT_REFRESH_MANIFEST_CACHE="Could not refresh manifest cache for extension: %s"
INSTL_DATABASE_EMPTY_NAME=""
Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-US/en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ INSTL_DEFAULTLANGUAGE_TRY_LATER="You will be able to install it later using the
INSTL_DEFAULTLANGUAGE_NATIVE_LANGUAGE_NAME="English (UK)"

;Database Model
INSTL_DATABASE_COULD_NOT_CONNECT="Could not connect to the database. Connector returned number: %s"
INSTL_DATABASE_COULD_NOT_CONNECT="Could not connect to the database. Connector returned error message: %s"
INSTL_DATABASE_COULD_NOT_CREATE_DATABASE="The installer could not connect to the specified database and was unable to create the database. Please verify your settings and if necessary manually create your database."
INSTL_DATABASE_COULD_NOT_REFRESH_MANIFEST_CACHE="Could not refresh manifest cache for extension: %s"
INSTL_DATABASE_EMPTY_NAME=""
Expand Down

0 comments on commit f9b8007

Please sign in to comment.