summaryrefslogtreecommitdiffstats
path: root/qt-ui/socialnetworksdialog.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-29 11:14:34 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-29 11:14:34 -0800
commitcab320201bc76f8ab5ca4cea5a5876ac31e79ee2 (patch)
tree3633f4f919c70c9282e0660c0dc8c50252c39161 /qt-ui/socialnetworksdialog.ui
parentadb5cc5d306f11f8b3749259623ce6aae616f532 (diff)
downloadsubsurface-cab320201bc76f8ab5ca4cea5a5876ac31e79ee2.tar.gz
Facebook integration: improve the confirmation UI experience
Date and time needs to be a string, not a time_t. Duration should be called that (and not time) and wasn't hooked up. Also added a helper to get the duration string. Finally reordered the components of the text that is shown to make it more natural (or I should say, more in line with the order we use elsewhere). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/socialnetworksdialog.ui')
-rw-r--r--qt-ui/socialnetworksdialog.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/socialnetworksdialog.ui b/qt-ui/socialnetworksdialog.ui
index 1b88c1b1a..119b5e27d 100644
--- a/qt-ui/socialnetworksdialog.ui
+++ b/qt-ui/socialnetworksdialog.ui
@@ -28,9 +28,9 @@
<widget class="QPlainTextEdit" name="text"/>
</item>
<item row="5" column="0">
- <widget class="QCheckBox" name="time">
+ <widget class="QCheckBox" name="duration">
<property name="text">
- <string>Time</string>
+ <string>Duration</string>
</property>
</widget>
</item>
@@ -58,7 +58,7 @@
<item row="4" column="0">
<widget class="QCheckBox" name="date">
<property name="text">
- <string>date</string>
+ <string>Date and time</string>
</property>
</widget>
</item>