Skip to content

Commit

Permalink
changing home title
Browse files Browse the repository at this point in the history
  • Loading branch information
tilalx committed May 11, 2024
1 parent c3ab4cf commit 79b2e67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<f:entry title="${%Name}" field="name">
<f:textbox/>
</f:entry>
<f:entry title="${%Path to MSBuild}" field="home">
<f:entry title="${%MSBUILD_HOME}" field="home">
<f:textbox/>
</f:entry>
<f:entry title="${%Default parameters}" field="defaultArgs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
# THE SOFTWARE.

Name=Name
Path\ to\ MSBuild=Pfad zur MSBuild Installation
MSBUILD_HOME=Pfad zur MSBuild Installation
Default\ parameters=Standardparameter
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
# THE SOFTWARE.

Name=Nom
Path\ to\ MSBuild=Chemin vers le MSBuild
MSBUILD_HOME=Chemin vers le MSBuild
Default\ parameters=Param\u00e8tres par d\u00e9faut
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
# THE SOFTWARE.

Name=\u540d\u524d
Path\ to\ MSBuild=MSBuild.exe\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9
MSBUILD_HOME=MSBuild.exe\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9
Default\ parameters=\u30c7\u30d5\u30a9\u30eb\u30c8\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc

0 comments on commit 79b2e67

Please sign in to comment.