mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
8d6dd5f87d
commit
a61877d1d4
7 changed files with 54 additions and 54 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue