translations: use %% instead of percent
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
77e9ea6a2f
commit
1ac7ac999b
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -2877,7 +2877,8 @@ msgid "&Throttle"
|
|||
msgstr ""
|
||||
|
||||
#: xrc/GeneralConfig.xrc:96 xrc/SpeedupConfig.xrc:27
|
||||
msgid "percent of normal:"
|
||||
#, c-format
|
||||
msgid "%% of normal:"
|
||||
msgstr ""
|
||||
|
||||
#: xrc/GeneralConfig.xrc:106
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>percent of normal:</label>
|
||||
<label>%% of normal:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>percent of normal:</label>
|
||||
<label>%% of normal:</label>
|
||||
<size>60,-1d</size>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
|
|
Loading…
Reference in New Issue