mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:43:24 +00:00
In strings start lower case in parenthesis
Start with lower case letter inside a parenthesis. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
5da6362679
commit
72318f2897
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d
|
|||
len += snprintf(buffer + len, sz_buffer - len, "<div><b>%s (%s) %s<br>",
|
||||
translate("gettextFromC", "Subsurface"),
|
||||
subsurface_canonical_version(),
|
||||
translate("gettextFromC", "dive plan</b> (Overlapping dives detected)"));
|
||||
translate("gettextFromC", "dive plan</b> (overlapping dives detected)"));
|
||||
dive->notes = strdup(buffer);
|
||||
free((void *)buffer);
|
||||
free((void *)temp);
|
||||
|
|
|
@ -374,7 +374,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>Import messages (Errors, warnings, etc)</string>
|
||||
<string>Import messages (errors, warnings, etc)</string>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>label_4</zorder>
|
||||
|
|
Loading…
Add table
Reference in a new issue