chore: reword modern layout option

This commit is contained in:
Anna 2022-02-18 13:48:16 -05:00
parent 048826baed
commit 20a456381f
2 changed files with 6 additions and 6 deletions

View File

@ -745,7 +745,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Use a more modern style of displaying messages..
/// Looks up a localized string similar to Display messages in a more modern style..
/// </summary>
internal static string Options_PrettierTimestamps_Description {
get {
@ -754,7 +754,7 @@ namespace ChatTwo.Resources {
}
/// <summary>
/// Looks up a localized string similar to Use modern timestamp layout.
/// Looks up a localized string similar to Use modern layout.
/// </summary>
internal static string Options_PrettierTimestamps_Name {
get {

View File

@ -147,11 +147,11 @@
<value>Show tabs in {0} as a sidebar instead of a bar at the top.</value>
</data>
<data name="Options_PrettierTimestamps_Name" xml:space="preserve">
<value>Use modern timestamp layout</value>
</data>
<value>Use modern layout</value>
</data>
<data name="Options_PrettierTimestamps_Description" xml:space="preserve">
<value>Use a more modern style of displaying messages.</value>
</data>
<value>Display messages in a more modern style.</value>
</data>
<data name="Options_MoreCompactPretty_Name" xml:space="preserve">
<value>More compact modern layout</value>
</data>