File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ delete-confirmation = Are you sure you want to delete this file/folder and it's
2424save-changes-closing = Save changes before closing?
2525save-warning = You have unsaved changes. If you continue without saving, these changes will be lost.
2626discard-changes = Discard Changes
27- file-changed-externally = The file has been changed from another application
27+ file-changed-externally = The file has been changed externally
2828reload = Reload File
2929keep-my-version = Keep Current Version
30+ modified-text = was modified by another program.
3031
3132<#-- Appearance -->
3233appearance = Appearance
Original file line number Diff line number Diff line change @@ -214,10 +214,8 @@ impl DialogPage {
214214 )
215215 . control (
216216 widget:: column:: with_children ( vec ! [
217- widget:: text:: body( format!(
218- "\" {file_name}\" was modified by another program."
219- ) )
220- . into( ) ,
217+ widget:: text:: body( format!( "\" {file_name}\" {}" , fl!( "modified-text" ) ) )
218+ . into( ) ,
221219 ] )
222220 . spacing ( spacing. space_xxs ) ,
223221 )
You can’t perform that action at this time.
0 commit comments