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>
This commit is contained in:
Dirk Hohndel 2013-01-29 01:27:36 -08:00
parent 8d6dd5f87d
commit a61877d1d4
7 changed files with 54 additions and 54 deletions

View file

@ -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 */