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:
Stefan Fuchs 2017-11-25 23:40:17 +01:00 committed by Dirk Hohndel
parent 5da6362679
commit 72318f2897
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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>