We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515c707 commit ee1015aCopy full SHA for ee1015a
1 file changed
code/camera/photomode.cpp
@@ -165,7 +165,7 @@ SCP_string format_photo_mode_keybind(int action)
165
auto secondary = Control_config[action].second.textify();
166
167
if (primary.empty() && secondary.empty()) {
168
- return SCP_string(XSTR("Unbound", 1909));
+ return XSTR("Unbound", 1909);
169
}
170
if (primary.empty()) {
171
return secondary;
0 commit comments