Technically this is a colon (':'), not a semicolon (';'). But I wonder if
we really want to continue lower case after a colon.../D On Sun, Jan 25, 2015 at 05:03:20PM +0200, Lubomir I. Ivanov wrote: > From: "Lubomir I. Ivanov" <[email protected]> > > Signed-off-by: Lubomir I. Ivanov <[email protected]> > --- > qt-ui/preferences.ui | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui > index 66eda46..2072e4e 100644 > --- a/qt-ui/preferences.ui > +++ b/qt-ui/preferences.ui > @@ -792,14 +792,14 @@ > <item row="5" column="0"> > <widget class="QCheckBox" name="show_ccr_setpoint"> > <property name="text"> > - <string>CCR: Show setpoints when viewing pO₂</string> > + <string>CCR: show setpoints when viewing pO₂</string> > </property> > </widget> > </item> > <item row="6" column="0"> > <widget class="QCheckBox" name="show_ccr_sensors"> > <property name="text"> > - <string>CCR: Show individual O₂ sensor values when viewing > pO₂</string> > + <string>CCR: show individual O₂ sensor values when viewing > pO₂</string> > </property> > </widget> > </item> > -- > 1.7.11.msysgit.0 > > _______________________________________________ > subsurface mailing list > [email protected] > http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
