aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:41:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:41:39 +0100
commitb7950517a055b6aee4d0806e32dbd466a6ae59d0 (patch)
treed10281b8d1c2221e25d1e0c159884df0ffda520a /src/utils.c
parentdabd7c8c65ef0132dbf75360ae83e9505cbe614d (diff)
downloadayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.gz
ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.bz2
ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.zip
README.md: Add some manual line breaks.
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c
index 23c7f7c..69ca7a2 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -95,7 +95,7 @@ split_settings_location(const gchar* location, gchar** zone, gchar** name)
* "America/Chicago Oklahoma City"), this function tries to make a
* more human-readable name by using the user-provided name if the guessed
* timezone matches the last one the user manually clicked on.
- *
+ *
* In the example above, this allows the menuitem for the system-guessed
* timezone ("America/Chicago") to read "Oklahoma City" after the user clicks
* on the "Oklahoma City" menuitem.
@@ -250,10 +250,10 @@ T_(const char *msg)
* _ a time after this week should be shown as the short version of the day,
* date, and time (e.g. “Wed 21 Apr 3:55 PM”)
* _ a full-day event after this week should be shown as the short version of
- * the day and date (e.g. “Wed 21 Apr”).
+ * the day and date (e.g. “Wed 21 Apr”).
* _ in addition, when presenting the times of upcoming events, the time should
* be followed by the timezone if it is different from the one the computer
- * is currently set to. For example, “Wed 3:55 PM UTC−5”.
+ * is currently set to. For example, “Wed 3:55 PM UTC−5”.
*/
char* generate_full_format_string_at_time (GDateTime* now,
GDateTime* then,