Skip to content

Commit

Permalink
Revert "translations: use %% instead of percent"
Browse files Browse the repository at this point in the history
This reverts commit 1ac7ac9.

The %% sequence turned out to not be dealt with specially by gettext
tools.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
  • Loading branch information
rkitover committed Dec 28, 2022
1 parent ab4ae96 commit 87bdc93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions po/wxvbam/wxvbam.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-04 15:52+0000\n"
"POT-Creation-Date: 2022-12-02 22:20+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"
Expand Down Expand Up @@ -2877,8 +2877,7 @@ msgid "&Throttle"
msgstr ""

#: xrc/GeneralConfig.xrc:96 xrc/SpeedupConfig.xrc:27
#, c-format
msgid "%% of normal:"
msgid "percent of normal:"
msgstr ""

#: xrc/GeneralConfig.xrc:106
Expand Down
2 changes: 1 addition & 1 deletion src/wx/xrc/GeneralConfig.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<object class="wxStaticText">
<label>%% of normal:</label>
<label>percent of normal:</label>
</object>
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
<border>5</border>
Expand Down
2 changes: 1 addition & 1 deletion src/wx/xrc/SpeedupConfig.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<object class="wxStaticText">
<label>%% of normal:</label>
<label>percent of normal:</label>
<size>60,-1d</size>
</object>
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
Expand Down

0 comments on commit 87bdc93

Please sign in to comment.