diff options
Diffstat (limited to 'app/resources/app_strings.grd')
-rw-r--r-- | app/resources/app_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/resources/app_strings.grd b/app/resources/app_strings.grd index 78c5f0e..38cd977 100644 --- a/app/resources/app_strings.grd +++ b/app/resources/app_strings.grd @@ -187,6 +187,9 @@ need to be translated for each locale.--> <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text"> All Files </message> + <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box extension format text"> + <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SAVEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>) + </message> <!--Accessible name/action strings--> <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default action for a button."> |