diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2020-07-04 08:57:09 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2020-07-04 09:01:47 -0700 |
commit | f2acd26b18305fad77db6ceabd6f40f94c266542 (patch) | |
tree | c1747ad96380638cb3f49560f9d88b335f0d315d /shell | |
parent | 0ec6eac355f943803a1f8c3a7c8034ed39d5f8c4 (diff) |
Break lines so that dialogs are not that wide in GTK3
Diffstat (limited to 'shell')
-rw-r--r-- | shell/syncmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c index a2cc609b..b3e5a833 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -64,7 +64,7 @@ static GQuark err_quark; #define LABEL_SYNC_DEFAULT \ _("<big><b>Synchronize with Central Database</b></big>\n" \ - "The following information may be synchronized " \ + "The following information may be synchronized\n" \ "with the HardInfo central database.") #define LABEL_SYNC_SYNCING \ _("<big><b>Synchronizing</b></big>\n" \ |