summaryrefslogtreecommitdiffstats
path: root/libdivecomputer.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-29 01:27:36 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-29 20:32:56 +1100
commita61877d1d4efdd1ed295d31b0b3042ca44747b25 (patch)
tree74b3112bdbcc45a79c2c1a7f7415014fbaf1ee60 /libdivecomputer.c
parent8d6dd5f87d38fa25769e900028781fa1e851ebc5 (diff)
downloadsubsurface-a61877d1d4efdd1ed295d31b0b3042ca44747b25.tar.gz
Add missing strings for translations
Mostly in new code, but some of them are strings in older code that have been missed in the past. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.c')
-rw-r--r--libdivecomputer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdivecomputer.c b/libdivecomputer.c
index 3a32c5d97..e0d180906 100644
--- a/libdivecomputer.c
+++ b/libdivecomputer.c
@@ -753,7 +753,7 @@ GError *do_import(device_data_t *data)
switch (result) {
case GTK_RESPONSE_CANCEL:
import_thread_cancelled = TRUE;
- progress_bar_text = "Cancelled...";
+ progress_bar_text = _("Cancelled...");
break;
default:
/* nothing */