translations: use %% instead of percent

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2022-12-04 15:55:42 +00:00
parent 77e9ea6a2f
commit 1ac7ac999b
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
3 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-02 22:20+0000\n" "POT-Creation-Date: 2022-12-04 15:52+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -2877,7 +2877,8 @@ msgid "&Throttle"
msgstr "" msgstr ""
#: xrc/GeneralConfig.xrc:96 xrc/SpeedupConfig.xrc:27 #: xrc/GeneralConfig.xrc:96 xrc/SpeedupConfig.xrc:27
msgid "percent of normal:" #, c-format
msgid "%% of normal:"
msgstr "" msgstr ""
#: xrc/GeneralConfig.xrc:106 #: xrc/GeneralConfig.xrc:106

View File

@ -93,7 +93,7 @@
<orient>wxHORIZONTAL</orient> <orient>wxHORIZONTAL</orient>
<object class="sizeritem"> <object class="sizeritem">
<object class="wxStaticText"> <object class="wxStaticText">
<label>percent of normal:</label> <label>%% of normal:</label>
</object> </object>
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag> <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
<border>5</border> <border>5</border>

View File

@ -24,7 +24,7 @@
<orient>wxHORIZONTAL</orient> <orient>wxHORIZONTAL</orient>
<object class="sizeritem"> <object class="sizeritem">
<object class="wxStaticText"> <object class="wxStaticText">
<label>percent of normal:</label> <label>%% of normal:</label>
<size>60,-1d</size> <size>60,-1d</size>
</object> </object>
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag> <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>