Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit c6f9edc

Browse files
authored
Merge pull request #4 from codingseb/dev
Dev
2 parents e8dcc7f + b39ae4f commit c6f9edc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

TranslateMe.WPF/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.2.0")]
36-
[assembly: AssemblyFileVersion("1.0.2.0")]
35+
[assembly: AssemblyVersion("1.0.3.0")]
36+
[assembly: AssemblyFileVersion("1.0.3.0")]

TranslateMe.WPF/TrData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public string TranslatedText
6565
{
6666
get
6767
{
68-
return Suffix + TM.Tr(TextId, DefaultText, LanguageId) + Prefix;
68+
return Prefix + TM.Tr(TextId, DefaultText, LanguageId) + Suffix ;
6969
}
7070
}
7171

TranslateMe/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.2.0")]
36-
[assembly: AssemblyFileVersion("1.0.2.0")]
35+
[assembly: AssemblyVersion("1.0.3.0")]
36+
[assembly: AssemblyFileVersion("1.0.3.0")]

0 commit comments

Comments
 (0)