mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:33:24 +00:00
Dive No. > Dive #
This commit is contained in:
parent
c4310396a9
commit
2784ce175a
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ void export_translation(const char *file_name)
|
|||
write_attribute(b, "Back_to_List", translate("gettextFromC", "Back to list"), ", ");
|
||||
|
||||
//dive detailed view
|
||||
write_attribute(b, "Dive_No", translate("gettextFromC", "Dive No."), ", ");
|
||||
write_attribute(b, "Dive_No", translate("gettextFromC", "Dive #"), ", ");
|
||||
write_attribute(b, "Dive_profile", translate("gettextFromC", "Dive profile"), ", ");
|
||||
write_attribute(b, "Dive_information", translate("gettextFromC", "Dive information"), ", ");
|
||||
write_attribute(b, "Dive_equipment", translate("gettextFromC", "Dive equipment"), ", ");
|
||||
|
|
Loading…
Add table
Reference in a new issue