diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-02-25 10:49:50 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-02-26 08:55:12 +0100 |
commit | 5e73d9d0fc74a6056574f795f47b86f730a0eab2 (patch) | |
tree | 0de5abf4079cf51c476139c0ba91ccc8402e3d49 /bin | |
parent | 5d5ada6e0ed33d22f8b744621d2d151c31ae0033 (diff) |
qtcreator: Translate comment: "et" -> "and"
Change-Id: I2fe51ab0cdfca5c94bd520ed7f9096bc7c8f6fec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111549
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gbuild-to-ide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index ac3115aa3d25..7af0b26239ff 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -1384,7 +1384,7 @@ class QtCreatorIntegrationGenerator(IdeIntegrationGenerator): } return xml - # By default, QtCreator creates 2 BuildStepList : "Build" et "Clean" + # By default, QtCreator creates 2 BuildStepList : "Build" and "Clean" # but the "clean" can be empty. build_configs_template = """ <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.%(index)s"> |