client: Use sentence case for Core Info details
authorShane Synan <digitalcircuit36939@gmail.com>
Wed, 20 Jun 2018 09:05:10 +0000 (04:05 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Jun 2018 20:24:09 +0000 (22:24 +0200)
Use sentence case for CoreSessionWidget `Version date:` and
`Connected since:`, providing consistency with the core information.

Use sentence case for `Connected clients:`, too.

`Version date:` was the inconsistent one by majority, but (in my
subjective opinion) it looks nicer.

src/qtui/ui/coreinfodlg.ui
src/qtui/ui/coresessionwidget.ui

index 11b6dcd..880c955 100644 (file)
@@ -61,7 +61,7 @@
      <item row="3" column="0">
       <widget class="QLabel" name="labelClientCountTitle">
        <property name="text">
-        <string>Connected Clients:</string>
+        <string>Connected clients:</string>
        </property>
       </widget>
      </item>
index 1f3c1e8..a0e6531 100644 (file)
@@ -48,7 +48,7 @@
         <item row="1" column="0">
          <widget class="QLabel" name="labelVersionDateTitle">
           <property name="text">
-           <string>Version Date:</string>
+           <string>Version date:</string>
           </property>
          </widget>
         </item>
@@ -76,7 +76,7 @@
         <item row="3" column="0">
          <widget class="QLabel" name="labelUptimeTitle">
           <property name="text">
-           <string>Connected Since:</string>
+           <string>Connected since:</string>
           </property>
          </widget>
         </item>