Skip to content

Commit

Permalink
Add resource strings
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed May 1, 2018
1 parent f7e593c commit 91f8ade
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Rubberduck.Core/UI/About/AboutControl.xaml
Expand Up @@ -32,7 +32,7 @@
VerticalAlignment="Center"
HorizontalAlignment="Center"
MouseLeftButtonDown="CopyVersionInfo_MouseLeftButtonDown"
Margin="0">
Margin="5">
<TextBlock x:Name="Version"
Margin="0,5" Text="{Binding Version}" Foreground="Black"
FontWeight="Bold" FontSize="12"
Expand Down Expand Up @@ -69,9 +69,9 @@
HorizontalAlignment="Center"
Margin="10">
<TextBlock HorizontalAlignment="Center"
Text="Found an issue?"/>
Text="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=AboutWindow_FoundAnIssue}"/>
<TextBlock HorizontalAlignment="Center"
Text="Help us improve RD!"/>
Text="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=AboutWindow_HelpImproveRubberduck}"/>
<TextBlock>
<Hyperlink Name="GitHubIssueUrl"
NavigateUri="https://github.com/rubberduck-vba/Rubberduck/issues/new"
Expand Down Expand Up @@ -140,7 +140,7 @@
</StackPanel>
</TextBlock>
<ScrollViewer Grid.Row="1" Grid.Column="1" Grid.RowSpan="2"
Margin="0" Height="350"
Margin="5" Height="350"
HorizontalScrollBarVisibility="Disabled"
VerticalScrollBarVisibility="Visible"
BorderThickness="1" BorderBrush="Black">
Expand Down
6 changes: 3 additions & 3 deletions Rubberduck.Core/UI/About/AboutDialog.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions Rubberduck.Core/UI/RubberduckUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Rubberduck.Core/UI/RubberduckUI.resx
Expand Up @@ -1827,4 +1827,10 @@ NOTE: Restart is required for the setting to take effect.</value>
<data name="InspectionSettings_FilterDescription" xml:space="preserve">
<value>Filter by Description:</value>
</data>
<data name="AboutWindow_FoundAnIssue" xml:space="preserve">
<value>Found an issue?</value>
</data>
<data name="AboutWindow_HelpImproveRubberduck" xml:space="preserve">
<value>Help us improve RD!</value>
</data>
</root>

0 comments on commit 91f8ade

Please sign in to comment.