Merge branch 'va/i18n' of ../git-gui into va/git-gui-i18n
* 'va/i18n' of ../git-gui: git-gui: l10n: add Portuguese translation git-gui i18n: mark strings for translation
This commit is contained in:
@ -291,7 +291,7 @@ proc do_unstage_selection {} {
|
||||
|
||||
if {[array size selected_paths] > 0} {
|
||||
unstage_helper \
|
||||
{Unstaging selected files from commit} \
|
||||
[mc "Unstaging selected files from commit"] \
|
||||
[array names selected_paths]
|
||||
} elseif {$current_diff_path ne {}} {
|
||||
unstage_helper \
|
||||
@ -343,7 +343,7 @@ proc do_add_selection {} {
|
||||
|
||||
if {[array size selected_paths] > 0} {
|
||||
add_helper \
|
||||
{Adding selected files} \
|
||||
[mc "Adding selected files"] \
|
||||
[array names selected_paths]
|
||||
} elseif {$current_diff_path ne {}} {
|
||||
add_helper \
|
||||
@ -385,7 +385,7 @@ proc do_add_all {} {
|
||||
set paths [concat $paths $untracked_paths]
|
||||
}
|
||||
}
|
||||
add_helper {Adding all changed files} $paths
|
||||
add_helper [mc "Adding all changed files"] $paths
|
||||
}
|
||||
|
||||
proc revert_helper {txt paths} {
|
||||
|
Reference in New Issue
Block a user