summaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-09 02:53:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-09 02:53:30 -0700
commit708fd2fe841ed248f3b4ef059b417cd7af68f694 (patch)
treeee196d5f060781748ce0f24e86ccf4772d0cad0e /uemis-downloader.c
parent7bbd60a4fdf75040454ddcd9edd0026e4ae5a0ad (diff)
downloadsubsurface-708fd2fe841ed248f3b4ef059b417cd7af68f694.tar.gz
Two small string changes
Reported by Ettore Atalan on Trnasifex. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r--uemis-downloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c
index cf2ae592c..923013350 100644
--- a/uemis-downloader.c
+++ b/uemis-downloader.c
@@ -25,7 +25,7 @@
#include "divelist.h"
#define ERR_FS_ALMOST_FULL QT_TRANSLATE_NOOP("gettextFromC", "Uemis Zurich: the file system is almost full.\nDisconnect/reconnect the dive computer\nand click \'Retry\'")
-#define ERR_FS_FULL QT_TRANSLATE_NOOP("gettextFromC", "Uemis Zurich: the file system is full.\nDisconnect/reconnect the dive computer\nand try again")
+#define ERR_FS_FULL QT_TRANSLATE_NOOP("gettextFromC", "Uemis Zurich: the file system is full.\nDisconnect/reconnect the dive computer\nand click Retry")
#define ERR_FS_SHORT_WRITE QT_TRANSLATE_NOOP("gettextFromC", "Short write to req.txt file.\nIs the Uemis Zurich plugged in correctly?")
#define BUFLEN 2048
#define NUM_PARAM_BUFS 10