summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-11-25 23:40:17 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-25 15:41:28 -0800
commit72318f289719cb678fa9158aef9cada0724d1f52 (patch)
tree3ea426087fc9b2dbf77146cd357d8129ebaabba3
parent5da63626797440cb8cbe6caafb2d53d1c6cfcf11 (diff)
downloadsubsurface-72318f289719cb678fa9158aef9cada0724d1f52.tar.gz
In strings start lower case in parenthesis
Start with lower case letter inside a parenthesis. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
-rw-r--r--core/plannernotes.c2
-rw-r--r--smtk-import/smrtk2ssrfc_window.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/plannernotes.c b/core/plannernotes.c
index 114c2a10b..167ccaff7 100644
--- a/core/plannernotes.c
+++ b/core/plannernotes.c
@@ -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);
diff --git a/smtk-import/smrtk2ssrfc_window.ui b/smtk-import/smrtk2ssrfc_window.ui
index 4e5e2ecb3..5809fc874 100644
--- a/smtk-import/smrtk2ssrfc_window.ui
+++ b/smtk-import/smrtk2ssrfc_window.ui
@@ -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>