I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 67b3c467 authored by str4d's avatar str4d
Browse files

Shortened button text on /configfamily

Helps to avoid overlong strings breaking layout in translation (specifically
Russian). The section subtitle already indicates full scope of action.
parent 7de815bd
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<input name="file" type="file" value="" /> <input name="file" type="file" value="" />
</td> </td>
<td class="optionsave"> <td class="optionsave">
<input type="submit" name="action" class="download" value="<%=intl._t("Join Existing Router Family")%>" /> <input type="submit" name="action" class="download" value="<%=intl._t("Join Family")%>" />
</td> </td>
</tr> </tr>
</form></table> </form></table>
...@@ -50,11 +50,11 @@ ...@@ -50,11 +50,11 @@
<input type="hidden" name="nonce" value="<%=pageNonce%>" > <input type="hidden" name="nonce" value="<%=pageNonce%>" >
<tr><th colspan="2"><%=intl._t("Create New Router Family")%></th></tr> <tr><th colspan="2"><%=intl._t("Create New Router Family")%></th></tr>
<tr> <tr>
<td><%=intl._t("Family Name")%>: <td><b><%=intl._t("Family Name")%>:</b>
<input name="family" type="text" size="30" value="" /> <input name="family" type="text" size="30" value="" />
</td> </td>
<td class="optionsave"> <td class="optionsave">
<input type="submit" name="action" class="accept" value="<%=intl._t("Create New Router Family")%>" /> <input type="submit" name="action" class="accept" value="<%=intl._t("Create Family")%>" />
</td> </td>
</tr> </tr>
</form> </form>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<tr><th colspan="2"><%=intl._t("Leave Router Family")%></th></tr> <tr><th colspan="2"><%=intl._t("Leave Router Family")%></th></tr>
<tr><td><%=intl._t("No longer be a member of the family {0}.", '"' + family + '"')%></td> <tr><td><%=intl._t("No longer be a member of the family {0}.", '"' + family + '"')%></td>
<td class="optionsave"> <td class="optionsave">
<input type="submit" name="action" class="delete" value="<%=intl._t("Leave Router Family")%>" /> <input type="submit" name="action" class="delete" value="<%=intl._t("Leave Family")%>" />
</td> </td>
</tr> </tr>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment