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> /// <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> /// </summary>
internal static string Options_PrettierTimestamps_Description { internal static string Options_PrettierTimestamps_Description {
get { get {
@ -754,7 +754,7 @@ namespace ChatTwo.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Use modern timestamp layout. /// Looks up a localized string similar to Use modern layout.
/// </summary> /// </summary>
internal static string Options_PrettierTimestamps_Name { internal static string Options_PrettierTimestamps_Name {
get { get {

View File

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