Commit 2cdd3cba authored by Jérome Perrin's avatar Jérome Perrin

accounting: respect case convention in previous period date fields names

At and From should not be title cased in "Previous Period At/From Date"
message.
parent fe5c55ca
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Previous Period At Date</string> </value> <value> <string>Previous Period at Date</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Previous Period From Date</string> </value> <value> <string>Previous Period from Date</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Previous Period At Date</string> </value> <value> <string>Previous Period at Date</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Previous Period From Date</string> </value> <value> <string>Previous Period from Date</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -9244,10 +9244,10 @@ msgstr "Page précédente" ...@@ -9244,10 +9244,10 @@ msgstr "Page précédente"
msgid "Previous Period" msgid "Previous Period"
msgstr "Exercice N-1" msgstr "Exercice N-1"
msgid "Previous Period At Date" msgid "Previous Period at Date"
msgstr "Date de fin période précédente" msgstr "Date de fin période précédente"
msgid "Previous Period From Date" msgid "Previous Period from Date"
msgstr "Date de début période précédente" msgstr "Date de début période précédente"
msgid "Previous bank statement balance does not match reconciled balance at previous bank statement date" msgid "Previous bank statement balance does not match reconciled balance at previous bank statement date"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment